diff --git a/release.py b/release.py index 42cf2b3..1bacdf3 100755 --- a/release.py +++ b/release.py @@ -32,4 +32,5 @@ call('git push --tags', shell=True) env = os.environ env['CONVERT_README'] = 'true' -call('python setup.py sdist bdist_wheel upload', shell=True, env=env) +call('python setup.py sdist bdist_wheel', shell=True, env=env) +call('twine upload dist/*', shell=True, env=env) diff --git a/requirements.txt b/requirements.txt index f3983e8..33ae7a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ pexpect pypandoc pytest-benchmark pytest-docker-pexpect +twine