We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 440d973 + 656be5d commit d871fc4Copy full SHA for d871fc4
{{ 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