Skip to content

Commit

Permalink
escape Jinja for pypi_token passing
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Chan committed Feb 7, 2024
1 parent 0472379 commit e3c010b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: check
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_dist.yml

{% raw %}
pypi:
if: github.ref_type == 'tag'
needs: dist
Expand All @@ -57,7 +57,7 @@ jobs:
id-token: write
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

{% endraw %}
release:
if: github.ref_type == 'tag'
needs: [dist{% if sphinx %}, docs{% endif %}]
Expand Down

0 comments on commit e3c010b

Please sign in to comment.