prevent pushing existing dists to testpypi

pull/158/head
Andrew Port 2021-09-23 04:00:36 -07:00
parent 8b8ac6c9fe
commit da5286f79e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
skip_existing: true
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI