diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f2ddb0..0d0179e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: run: | python3 -m build -w twine check dist/* - twine upload --repository pypi dist/* + twine upload --skip-existing --repository pypi dist/*