From b479fc536b4ef1cc15a8081d3a8884f753573d49 Mon Sep 17 00:00:00 2001 From: simleek Date: Sun, 10 Nov 2019 10:35:10 -0700 Subject: [PATCH] Allowed test pypi to fail if it already exists --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f475faa..72eb78b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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