Skip to content

Commit 26e881b

Browse files
committed
Chore: Fix package uploading by skipping existing packages
1 parent 3ff3f79 commit 26e881b

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
@@ -106,7 +106,7 @@ lint = [
106106

107107
release = [
108108
{ cmd = "python -m build" },
109-
{ cmd = "twine upload dist/*" },
109+
{ cmd = "twine upload --skip-existing dist/*" },
110110
]
111111

112112
test = { cmd = "pytest" }

0 commit comments

Comments
 (0)