Skip to content

Commit

Permalink
[fix]: Adding pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent a790006 commit d585e6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ jobs:

- uses: pypa/gh-action-pypi-publish@master
with:
user: ${{ secrets.pypi_username }}
password: ${{ secrets.pypi_password }}
password: ${{ secrets.PYPI_API_TOKEN }}
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit d585e6e

Please sign in to comment.