Skip to content

Commit

Permalink
Remove version matching
Browse files Browse the repository at this point in the history
Version are aligned by code design
  • Loading branch information
fcollonval authored Jan 20, 2021
1 parent 152317d commit c5ed107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 packaging setuptools twine wheel
- name: Test version are matching
run: python -c "from release import assertEqualVersion; assertEqualVersion()"
- name: Publish the Python package
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit c5ed107

Please sign in to comment.