Skip to content

Commit 372834a

Browse files
committed
Fix wheel upload, take 2
1 parent b5c0775 commit 372834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2828
run: |
2929
python -m build
30-
twine upload dist/*.whl
30+
twine upload dist/ipympl-*
3131
- name: Publish the NPM package
3232
run: |
3333
cd js

0 commit comments

Comments
 (0)