Skip to content

Commit 34e8414

Browse files
author
FirstUnicorn
committed
fix: add skip-existing flag to production PyPI workflow
Add skip-existing: true to the production PyPI workflow to match TestPyPI behavior and handle existing versions gracefully.
1 parent acff81e commit 34e8414

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ jobs:
6868

6969
- name: Publish to PyPI
7070
uses: pypa/gh-action-pypi-publish@release/v1
71+
with:
72+
skip-existing: true

0 commit comments

Comments
 (0)