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 2c1f4cf commit efaa311Copy full SHA for efaa311
.github/workflows/release-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
publish-to-pypi:
33
name: >-
34
Publish Python distribution to PyPI
35
- if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
+ if: github.ref_type == 'tag' # only publish to PyPI on tag pushes
36
needs:
37
- build
38
runs-on: ubuntu-latest
0 commit comments