Skip to content

Commit d915656

Browse files
committed
Fix twine upload command.
1 parent 9a12d4e commit d915656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070

7171
- name: Upload to PyPi
7272
run: |
73-
pipx run twine upload wheelhouse/* publish --skip-existing
74-
pipx run twine upload dist/* publish --skip-existing
73+
pipx run twine upload wheelhouse/* dist/* --skip-existing
7574
env:
7675
TWINE_USERNAME: __token__
7776
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)