Skip to content

Commit 152317d

Browse files
authored
Add jupyter_packaging for publication
1 parent a72d4b7 commit 152317d

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 packaging setuptools twine wheel
25+
pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 packaging setuptools twine wheel
2626
- name: Test version are matching
2727
run: python -c "from release import assertEqualVersion; assertEqualVersion()"
2828
- name: Publish the Python package

0 commit comments

Comments
 (0)