We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698bf1e commit e3eab90Copy full SHA for e3eab90
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
path: dist/
56
57
release:
58
+ if: startsWith(github.ref, 'refs/tags/')
59
needs: build-wheels
60
runs-on: ubuntu-latest
61
environment: release
0 commit comments