Update release script to use twine

This commit is contained in:
Paulus Schoutsen 2018-04-17 10:17:09 -04:00
parent 85c4c51228
commit 6d547aaf21

View File

@ -13,4 +13,6 @@ yarn install
./node_modules/.bin/bower install --allow-root
script/build_frontend
python3 setup.py sdist upload
python3 setup.py sdist
python3 -m twine upload dist/* --skip-existing