1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-07-13 09:17:11 +01:00
Files
frontend/script/release
T
2017-10-26 22:17:14 -07:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
# Pushes a new version to PyPi.
cd "$(dirname "$0")/.."
python3 setup.py sdist upload