From 75ad81eb1364ea0e7e7f4b7fea4b2adf71a2646b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 27 Oct 2015 11:29:52 -0500 Subject: [PATCH] Update twine dependency and usage --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2cffe80..bcdc65f 100644 --- a/tox.ini +++ b/tox.ini @@ -33,11 +33,11 @@ commands = flake8 {posargs} flake8/ [testenv:release] basepython = python2.7 deps = - twine >= 1.4.0 + twine >= 1.5.0 wheel commands = python setup.py sdist bdist_wheel - twine upload {posargs} dist/* + twine upload --skip-existing {posargs} dist/* [flake8] select = E,F,W