Skip to content

Commit 703850a

Browse files
ulises-jeremiasulises-jeremias
andauthored
ci: skip-existing on PyPI publish for re-releases (#154)
Allows re-tagging 0.1.0 to publish create-awesome-python-app after core is already on PyPI. Co-authored-by: ulises-jeremias <ulises.jeremias@users.noreply.github.com>
1 parent b73f8e5 commit 703850a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
packages-dir: dist-core/
55+
skip-existing: true
5556
- name: Publish create-awesome-python-app to PyPI
5657
if: startsWith(github.ref, 'refs/tags/')
57-
continue-on-error: true
5858
uses: pypa/gh-action-pypi-publish@release/v1
5959
with:
6060
packages-dir: dist-cli/
61+
skip-existing: true

0 commit comments

Comments
 (0)