Skip to content

Commit

Permalink
Fix argument for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Sep 16, 2021
1 parent 9dc6aed commit dddce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/
run: >-
tox -e publish --repository pypi
tox -e publish -- --repository pypi

0 comments on commit dddce29

Please sign in to comment.