Skip to content

Commit

Permalink
Remove protection on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 12, 2024
1 parent 0c94bfb commit fdda5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
name: release files to PyPI
runs-on: ubuntu-latest
# Protection Strategies -- use ONE of the following two lines:
if: false
# if: github.event_name == 'release' && github.event.action == 'published' # publish on via explicit publish
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') # publish on tag starting w/ 'v'
steps:
Expand Down

0 comments on commit fdda5ab

Please sign in to comment.