Skip to content

Commit

Permalink
Update pythonpublish.yml (#145)
Browse files Browse the repository at this point in the history
Alter secret name for PyPi token
  • Loading branch information
addisonElliott authored Oct 9, 2022
1 parent 055924c commit d7f1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI }}

0 comments on commit d7f1d0c

Please sign in to comment.