Make: avoid twine errors by cleaning first

pull/27/head
Marco Hinz 8 years ago
parent 068e21aae0
commit f5f3991221

@ -3,7 +3,7 @@ default: install
install:
python3 setup.py install
upload:
upload: clean
python3 setup.py sdist bdist_wheel
twine upload dist/*

Loading…
Cancel
Save