Skip to content

Commit

Permalink
update testpypi secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mathandy committed Sep 23, 2021
1 parent 3b33445 commit 6098496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 6098496

Please sign in to comment.