Skip to content

Commit

Permalink
use pypi token correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Jan 1, 2020
1 parent bccb008 commit 90d1a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
if: success() && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_PASSWORD }}
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 90d1a32

Please sign in to comment.