diff --git a/tox.ini b/tox.ini index 58d4f8a..09bc07d 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,14 @@ deps = flake8 commands = flake8 {posargs} github3/ +[testenv:release] +deps = + wheel + twine>=1.4.0 +commands = + python setup.py sdist bdist_wheel + twine upload dist/* + [pytest] addopts = -q norecursedirs = *.egg .git .* _*