summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-10 09:19:13 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-10 09:19:13 -0800
commitd4d56d552fea35c0ba81a8a0ef63d07bde0959e4 (patch)
treeef06a5e8e958ef370746ee9825dee01ae1378c1c
parentcf2686d85553fd7884a00d7c6f4abe803633a09e (diff)
downloadnatsort-d4d56d552fea35c0ba81a8a0ef63d07bde0959e4.tar.gz
Add --skip-existing to the release command
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2919f69..ee17800 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,5 +64,5 @@ deps =
twine
commands =
{envpython} setup.py sdist bdist_wheel
- twine upload dist/*
+ twine upload --skip-existing dist/*
skip_install = true