Fix script release (#5345)
parent
bcfc30264d
commit
82b84f480b
|
@ -1,9 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Pushes a new version to PyPi.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
head -n 5 homeassistant/const.py | tail -n 1 | grep PATCH_VERSION > /dev/null
|
||||
|
|
Loading…
Reference in New Issue