Skip to content

Commit

Permalink
Add jupyter_packaging for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Jan 20, 2021
1 parent a72d4b7 commit 152317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jupyterlab packaging setuptools twine wheel
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
Expand Down

0 comments on commit 152317d

Please sign in to comment.