Skip to content

Commit

Permalink
Build and publish wheels only on specific tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jul 2, 2024
1 parent c06cd67 commit fc0ba52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
tags:
- "*"
- "py-core-v*"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
runs-on: ubuntu-latest
# if: "startsWith(github.ref, 'refs/tags/')"
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit fc0ba52

Please sign in to comment.