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 aa6ce55 commit b56136bCopy full SHA for b56136b
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install "jupyterlab>=2.2.0,<3.0.0" setuptools twine wheel
+ pip install "jupyter_packaging~=0.7.9" "jupyterlab>=3.0.0,==3.*" "setuptools>=40.8.0" wheel twine
26
- name: Publish the Python package
27
env:
28
TWINE_USERNAME: __token__
0 commit comments