Skip to content

Commit 6efa88d

Browse files
committed
feat: yet another attempt at fixing jinja madness
1 parent 24b8f7f commit 6efa88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
needs: build_and_testpypi
9292

9393
# 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-
94+
if: { "github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')" }
9695
steps:
9796
- name: Download package artifacts
9897
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)