Skip to content

Commit b56136b

Browse files
authored
Update dependencies for publishing
1 parent aa6ce55 commit b56136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install "jupyterlab>=2.2.0,<3.0.0" setuptools twine wheel
25+
pip install "jupyter_packaging~=0.7.9" "jupyterlab>=3.0.0,==3.*" "setuptools>=40.8.0" wheel twine
2626
- name: Publish the Python package
2727
env:
2828
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)