summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e4466b7..ffb23f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,9 +29,11 @@ commands =
[testenv:upload]
deps =
+ twine
wheel
commands =
- python setup.py sdist bdist_wheel upload
+ python setup.py sdist bdist_wheel
+ twine upload dist/*
[testenv:codecov]
basepython = python3