Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Apr 30, 2021
1 parent dc58324 commit ed07eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit ed07eb7

Please sign in to comment.