Use twine for upload

This commit is contained in:
Iacopo Spalletti 2015-03-22 13:01:19 +01:00
parent 44100e0724
commit 5c275f0f23

View file

@ -38,8 +38,8 @@ coverage:
coverage report -m
release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*
sdist: clean
python setup.py sdist