We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba2f4d commit 2c1707fCopy full SHA for 2c1707f
.github/workflows/publish.yml
@@ -34,4 +34,4 @@ jobs:
34
run: hatch build
35
- name: Publish package distributions to PyPI
36
uses: pypa/gh-action-pypi-publish@release/v1
37
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/2')
0 commit comments