mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Update release script
This commit is contained in:
parent
1e6e580c38
commit
7e3d3b757c
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Pushes a new version to PyPi.
|
# Pushes a new version to PyPi.
|
||||||
|
|
||||||
|
# Stop on errors
|
||||||
|
set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
script/build_frontend
|
||||||
python3 setup.py sdist upload
|
python3 setup.py sdist upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user