Update release script

This commit is contained in:
Paulus Schoutsen 2018-05-26 11:54:50 -04:00
parent 6c62f7231b
commit 6b9addfeea

View File

@ -27,5 +27,6 @@ then
exit 1
fi
rm -rf dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* --skip-existing