We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c2275 commit 65f989bCopy full SHA for 65f989b
.github/workflows/python-publish.yml
@@ -58,7 +58,7 @@ jobs:
58
path: dist/
59
60
release:
61
- if: github.ref_type == 'tag' # Only trigger release if the commit is tagged
+ # if: github.ref_type == 'tag' # Only trigger release if the commit is tagged
62
needs: build
63
runs-on: ubuntu-latest
64
0 commit comments