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 31aec62 commit c542163Copy full SHA for c542163
.github/workflows/publish-package.yml
@@ -91,7 +91,7 @@ jobs:
91
# Publish to TestPyPI on tag events of if manually triggered
92
# Compare to 'true' string as booleans get turned into strings in the console
93
if: >-
94
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
95
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
96
uses: pypa/gh-action-pypi-publish@v1.8.10
97
with:
0 commit comments