Skip to content

Commit

Permalink
ci: Restrict pypi wheels upload to v3.0.* tags
Browse files Browse the repository at this point in the history
Co-authored-by: Larry Gritz <lg@larrygritz.com>
Signed-off-by: zachlewis <zachlewis@users.noreply.github.com>
  • Loading branch information
zachlewis and lgritz authored Jan 21, 2025
1 parent b54e873 commit 884f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v3')
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v3.0.')
steps:
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

Expand Down

0 comments on commit 884f9de

Please sign in to comment.