Allowed test pypi to fail if it already exists

This commit is contained in:
simleek
2019-11-10 10:35:10 -07:00
parent af9eeff5a8
commit b479fc536b

View File

@@ -23,6 +23,7 @@ jobs:
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
continue-on-error: true
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master