Skip to content

Commit

Permalink
MAINT: changed TWINE_USERNAME to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwengert committed Apr 12, 2023
1 parent 70f5970 commit a3c47de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
run: |
python3 -m twine upload --repository testpypi dist/*
env:
TWINE_USERNAME: ${{ __token__ }}
TWINE_USERNAME: '__token__'
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
shell: bash

0 comments on commit a3c47de

Please sign in to comment.