Skip to content

Commit

Permalink
use autentication token for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jul 30, 2022
1 parent 99dcabf commit 70932e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: pypa/[email protected]
with:
password: ${{ secrets.TESTPYPI_PWD }}
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 70932e2

Please sign in to comment.