Clean up build artifacts correctly

This commit is contained in:
Paulus Schoutsen 2019-01-20 17:31:09 -08:00
parent 935e5c67a3
commit 5999df1953

View file

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