Skip to content

Commit 3e24330

Browse files
committed
fix package name
1 parent 0087e04 commit 3e24330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
pip install build
4747
python -m build
48-
pip uninstall -y "jupyterlab_drawio" jupyterlab
48+
pip uninstall -y "jupyterlab-drawio" jupyterlab
4949
5050
- name: Upload extension packages
5151
uses: actions/upload-artifact@v4
@@ -74,7 +74,7 @@ jobs:
7474
sudo rm -rf $(which node)
7575
sudo rm -rf $(which node)
7676
77-
pip install "jupyterlab>=4.0.0,<5" jupyterlab_drawio*.whl
77+
pip install "jupyterlab>=4.0.0,<5" jupyterlab-drawio*.whl
7878
7979
8080
jupyter labextension list

0 commit comments

Comments
 (0)