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 1350247 commit aab7dbcCopy full SHA for aab7dbc
.github/workflows/build_wheel.yml
@@ -79,7 +79,7 @@ jobs:
79
80
publish-to-pypi:
81
name: Publish Python distribution to PyPI
82
- if: !inputs.testpypi && startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
+ if: "!inputs.testpypi && startsWith(github.ref, 'refs/tags/')" # only publish to PyPI on tag pushes
83
needs:
84
- build
85
runs-on: ubuntu-latest
0 commit comments