Skip to content

Commit 5741981

Browse files
committed
Chore: Use twine upload --skip-existing
1 parent 8f110a3 commit 5741981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ lint = [
257257

258258
release = [
259259
{ cmd = "python -m build" },
260-
{ cmd = "twine upload dist/*.tar.gz dist/*.whl" },
260+
{ cmd = "twine upload --skip-existing dist/*.tar.gz dist/*.whl" },
261261
]
262262

263263
test = { cmd = "pytest" }

0 commit comments

Comments
 (0)