Skip to content

Commit

Permalink
Use __token__
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Feb 22, 2023
1 parent 5c7c0d2 commit b366c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ jobs:
# - https://pypi.org/help/#apitoken
# - https://docs.github.com/en/actions/security-guides/encrypted-secrets
TWINE_REPOSITORY: pypi
TWINE_USERNAME: __TOKEN__
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: pipx run tox -e publish

0 comments on commit b366c8a

Please sign in to comment.