Skip to content

Commit

Permalink
ci: build release with jupyterlab<4
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 15, 2024
1 parent 57c7230 commit 87a21b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.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 twine wheel jupyter-packaging jupyterlab
pip install twine wheel jupyter-packaging "jupyterlab<4"
- name: Publish the Python package
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 87a21b2

Please sign in to comment.