We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5de8ca6 + 076a6c7 commit 43de365Copy full SHA for 43de365
.github/workflows/test_build_release.yaml
@@ -88,7 +88,7 @@ jobs:
88
publish-to-pypi:
89
name: >-
90
Publish to PyPI
91
- if: startsWith(github.ref, 'refs/tags/') && github.ref_name == 'main' # only publish to PyPI on tag pushes and if the branch is main
+ if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
92
needs:
93
- build
94
runs-on: ubuntu-latest
0 commit comments