Skip to content

Commit

Permalink
Publish to TestPyPi unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Mar 26, 2022
1 parent 8882c1b commit 885b80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
if: github.event_name == 'push' # && startsWith(github.event.ref, 'refs/tags/v')
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down

0 comments on commit 885b80e

Please sign in to comment.