We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0087e04 commit 3e24330Copy full SHA for 3e24330
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
pip install build
47
python -m build
48
- pip uninstall -y "jupyterlab_drawio" jupyterlab
+ pip uninstall -y "jupyterlab-drawio" jupyterlab
49
50
- name: Upload extension packages
51
uses: actions/upload-artifact@v4
@@ -74,7 +74,7 @@ jobs:
74
sudo rm -rf $(which node)
75
76
77
- pip install "jupyterlab>=4.0.0,<5" jupyterlab_drawio*.whl
+ pip install "jupyterlab>=4.0.0,<5" jupyterlab-drawio*.whl
78
79
80
jupyter labextension list
0 commit comments