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 c623d90 commit 551abdfCopy full SHA for 551abdf
.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 packaging setuptools twine wheel
+ pip install jupyterlab~=1.2 packaging setuptools twine wheel
26
- name: Test version are matching
27
run: python -c "from release import assertEqualVersion; assertEqualVersion()"
28
- name: Publish the Python package
0 commit comments