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

Commit

Permalink
fix twine typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 31, 2022
1 parent 6948faa commit 4eb6972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: pipx run twine upload dist/*/whl dist/*.tar.gz
run: pipx run twine upload dist/*.whl dist/*.tar.gz

0 comments on commit 4eb6972

Please sign in to comment.