Skip to content

Commit

Permalink
workflows release-publish: fix upload credential part names
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVeld committed Jul 19, 2021
1 parent e245c06 commit 309116f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: |
twine upload dist/*
env:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 309116f

Please # to comment.