Skip to content

Commit

Permalink
ci: publish to pypi only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 16, 2024
1 parent 3fc86c9 commit d328bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
# Ref: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows
publish-wheels-pypi:
name: Publish Wheels
#if: ${{ github.ref == 'refs/heads/release' }}
if: ${{ github.ref == 'refs/heads/release' }}
runs-on: ubuntu-latest
needs:
- wheels-apple
Expand Down

0 comments on commit d328bdd

Please sign in to comment.