Skip to content

Commit e98ab2c

Browse files
committed
fix(release): skip-existing for PyPI when version already published
Made-with: Cursor
1 parent 9778428 commit e98ab2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

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

2929
- name: Publish to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
31+
with:
32+
skip-existing: true

0 commit comments

Comments
 (0)