update testpypi secret

pull/158/head
Andrew Port 2021-09-23 03:08:33 -07:00
parent 3b33445c25
commit 60984969a7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Publish to Test PyPI - name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with:
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/ repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI - name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags') if: startsWith(github.ref, 'refs/tags')