Skip to content

Commit

Permalink
Merge pull request #51 from callumrollo/callum-patch-2
Browse files Browse the repository at this point in the history
Correct api token name for pypi
  • Loading branch information
callumrollo committed Aug 10, 2021
2 parents 5b5fa12 + 29a96db commit d874f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d874f93

Please sign in to comment.