Skip to content

Commit 07f0ede

Browse files
committed
Chore/Releasing: Improve twine upload command
1 parent dfb5536 commit 07f0ede

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
@@ -163,5 +163,5 @@ test = [
163163
release = [
164164
{cmd="minibump bump --relax minor"},
165165
{cmd="python -m build"},
166-
{cmd="twine upload dist/*"},
166+
{cmd="twine upload --skip-existing dist/*.tar.gz dist/*.whl"},
167167
]

0 commit comments

Comments
 (0)