Skip to content

Commit c42f46a

Browse files
DanMeonclaude
andcommitted
ci: PyPI publish 에 skip-existing 추가
부분 업로드(wheel 성공 + sdist 실패) 후 재발행 시 이미 올라간 wheel 이 already-exists 400 을 던져 twine 이 전체 중단 → sdist 가 영영 안 올라가는 문제. skip-existing 으로 기존 파일은 건너뛰고 누락분만 업로드 + 향후 재시도 안전. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d47150f commit c42f46a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,5 @@ jobs:
140140
merge-multiple: true
141141
- name: Publish to PyPI
142142
uses: pypa/gh-action-pypi-publish@release/v1
143+
with:
144+
skip-existing: true

0 commit comments

Comments
 (0)