Skip to content

Commit

Permalink
Fix publish CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 27, 2022
1 parent d9c452c commit 6502a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -111,4 +111,4 @@ jobs:
TWINE_REPOSITORY: testpypi
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: pipx tox -e publish
run: pipx run tox -e publish

0 comments on commit 6502a13

Please sign in to comment.