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 152317d commit c5ed107Copy full SHA for c5ed107
.github/workflows/publish.yml
@@ -23,8 +23,6 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 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
29
env:
30
TWINE_USERNAME: __token__
0 commit comments