From 62cbd83bf45cf94169c49a2110c618f83543f75a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 29 Dec 2016 08:17:28 +0200 Subject: [PATCH] - Upload to PyPI in Tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 30b9980..1ac57a8 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,4 @@ deps = commands = sh -c 'git tag -f "$(cat VERSION)"' python setup.py bdist_wheel -# twine upload --skip-existing dist/*.whl + twine upload --skip-existing dist/*.whl -- GitLab