diff --git a/tox.ini b/tox.ini index 797eb7d..06bc552 100644 --- a/tox.ini +++ b/tox.ini @@ -32,3 +32,11 @@ branch = True [testenv:docs] commands = python setup.py build_sphinx + +[testenv:release] +deps = + {[testenv]deps} + twine +commands = + python setup.py -q bdist_wheel sdist + twine upload --skip-existing {toxinidir}/dist/*