Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 9e16fc2

Browse files
committed
fix twine command
1 parent 0f37bbc commit 9e16fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ jobs:
174174
env:
175175
TWINE_USERNAME: __token__
176176
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
177-
run: pipx run twine upload dist/*/whl dist/*.tar.gz
177+
run: pipx run twine upload dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)