We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b8f7f commit 6efa88dCopy full SHA for 6efa88d
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -91,8 +91,7 @@ jobs:
91
needs: build_and_testpypi
92
93
# Only run on tag push events, NOT on manual dispatch for the final PyPI publish
94
- if: {% raw %}github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'){% endraw %}
95
-
+ if: { "github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')" }
96
steps:
97
- name: Download package artifacts
98
uses: actions/download-artifact@v4
0 commit comments