Skip to content

Commit

Permalink
Escape python package name in publication script
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Apr 19, 2022
1 parent f296846 commit ad56901
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
python -m pip install jupyterlab~=3.0 jupyter_packaging~=0.10,<2 twine build
python -m pip install "jupyterlab~=3.0" "jupyter_packaging~=0.10,<2" twine build
- name: Build and publish package
run: |
jlpm
Expand Down

0 comments on commit ad56901

Please sign in to comment.