diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 9eb0a220..cc4c1fef 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -109,6 +109,7 @@ jobs: - name: Upload to TestPyPI # otherwise, upload to TestPyPi + continue-on-error: true if: ${{ !startsWith(github.ref, 'refs/tags/v') && (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')) }} uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1 with: