mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Update release script to use twine
This commit is contained in:
parent
85c4c51228
commit
6d547aaf21
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user