Skip to content

Commit 8c7cae8

Browse files
authored
Remove duplicate workflow YAML conditional (#416)
1 parent 1381a40 commit 8c7cae8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type!='compiled' %}cd.yml{% endif %}

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
path: dist
4848

4949
- uses: pypa/gh-action-pypi-publish@release/v1
50-
if: github.event_name == 'release' && github.event.action == 'published'
5150
with:
5251
# Remember to tell (test-)pypi about this repo before publishing
5352
# Remove this line to publish to PyPI

0 commit comments

Comments
 (0)