Skip to content

Commit b5c0775

Browse files
committed
Fix wheel upload
1 parent 808218d commit b5c0775

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/*
30+
twine upload dist/*.whl
3131
- name: Publish the NPM package
3232
run: |
3333
cd js

0 commit comments

Comments
 (0)