Skip to content

Commit

Permalink
Add token user to pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 26, 2021
1 parent d5722fb commit e2ddc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit e2ddc5c

Please sign in to comment.