Skip to content

Commit

Permalink
Merge pull request #3 from argysamo/fix_action
Browse files Browse the repository at this point in the history
Fix TWINE password secret
  • Loading branch information
argysamo authored Oct 11, 2021
2 parents 9728c15 + aec9c85 commit 64d4bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pip.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python3 -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE }}
TWINE_PASSWORD: ${{ secrets.PYPI }}

0 comments on commit 64d4bfd

Please sign in to comment.