We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ee0cf commit 37f1dcfCopy full SHA for 37f1dcf
{{ cookiecutter.package_name }}/.github/workflows/release.yml
@@ -30,10 +30,10 @@ jobs:
30
- name: Build packages
31
run: poetry build
32
- name: Publish to test PyPI
33
- if: ${{ github.event_name == 'push' }}
+ if: ${{ '${{' }} github.event_name == 'push' {{ '}}' }}
34
uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
repository-url: https://test.pypi.org/legacy/
37
- name: Publish to PyPI
38
- if: ${{ github.event_name == 'release' }}
+ if: ${{ '${{' }} github.event_name == 'release' {{ '}}' }}
39
0 commit comments