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

Commit

Permalink
Merge pull request #20 from epics-containers/dev
Browse files Browse the repository at this point in the history
fix twine typo
  • Loading branch information
gilesknap authored Aug 31, 2022
2 parents b3109d7 + 4eb6972 commit 4e83ea5
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 @@ -180,4 +180,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 4e83ea5

Please sign in to comment.