Skip to content

Commit

Permalink
Fix TWINE password secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Argyrios Samourkasidis committed Oct 11, 2021
1 parent 9728c15 commit aec9c85
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 aec9c85

Please sign in to comment.