We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e4056 commit 7057625Copy full SHA for 7057625
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -88,6 +88,7 @@ jobs:
88
89
github-release:
90
name: Sign the Python 🐍 distribution 📦 with Sigstore and upload to GitHub Release
91
+ if: startsWith(github.ref, 'refs/tags/') # Only run for tagged releases
92
needs:
93
- publish-to-pypi
94
runs-on: ubuntu-latest
0 commit comments