Skip to content

Commit

Permalink
Update dependencies for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jan 3, 2021
1 parent aa6ce55 commit b56136b
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>=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
- name: Publish the Python package
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit b56136b

Please sign in to comment.