Skip to content

Commit

Permalink
[fix]: Correcting typos in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent f121ddc commit cad4a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:

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

0 comments on commit cad4a5c

Please sign in to comment.