1
mirror of https://github.com/home-assistant/frontend synced 2024-08-19 13:25:07 +02:00

Update release script

This commit is contained in:
Paulus Schoutsen 2018-05-26 08:36:02 -04:00
parent 2d67a01ec2
commit 29912d1b63

View File

@ -10,6 +10,8 @@ cd "$(dirname "$0")/.."
yarn install
script/build_frontend
python3 setup.py sdist
python3 -m twine upload dist/* --skip-existing
rm -rf dist
python3 setup.py sdist
python3 -m twine upload dist/*