Skip to content

Commit

Permalink
Allow TestPyPI uploads to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Sep 19, 2024
1 parent 186096f commit e475467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e475467

Please sign in to comment.