Skip to content

Commit c3ee87d

Browse files
committed
Chore: Improve twine command within release task
Use `--skip-existing` option.
1 parent b416c11 commit c3ee87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ lint = [
277277

278278
release = [
279279
{ cmd = "python -m build" },
280-
{ cmd = "twine upload dist/*" },
280+
{ cmd = "twine upload --skip-existing dist/*" },
281281
]
282282

283283
test = [

0 commit comments

Comments
 (0)