Skip to content

Commit

Permalink
Add jupyter-packaging to publication dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Feb 28, 2021
1 parent 1d25e1a commit 5d69e11
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 @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine jupyterlab
pip install setuptools wheel twine jupyterlab~=3.0 jupyter_packaging~=0.7.9
- name: Build and publish NPM package
if: ${{ startsWith(github.event.release.tag_name, 'npm') }}
run: |
Expand Down

0 comments on commit 5d69e11

Please sign in to comment.