Skip to content

Commit

Permalink
Changed secret's name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jan 29, 2022
1 parent dbecd38 commit b0857c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit b0857c8

Please sign in to comment.