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 b55b142 commit ecdb73aCopy full SHA for ecdb73a
.github/workflows/python-package.yml
@@ -64,7 +64,7 @@ jobs:
64
if: success()
65
steps:
66
- name: Publish a Python distribution to PyPI
67
- if: github.ref == refs/heads/release && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.ref == 'refs/heads/release' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
68
uses: pypa/gh-action-pypi-publish@master
69
with:
70
skip_existing: true
0 commit comments