diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 6894e80..56ce4da 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -98,12 +98,12 @@ jobs: - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 if: ${{ !startsWith(github.ref, 'refs/tags') }} + continue-on-error: true with: repository-url: https://test.pypi.org/legacy/ packages-dir: ./wheelhouse skip-existing: true password: ${{ secrets.TEST_PYPI_API_TOKEN }} - verbose: true - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1