Skip to content

Commit 0140ffa

Browse files
committed
Disable wheels for non-tagged commits
1 parent 616a684 commit 0140ffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
path: dist/
2020
wheels:
2121
uses: ./.github/workflows/wheels.yml
22+
if: startsWith(github.ref, 'refs/tags/')
2223
publish-to-pypi:
2324
name: Publish distribution to PyPI
2425
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)