Update release script

pull/514/head
Paulus Schoutsen 2017-10-26 22:22:42 -07:00
parent 1e6e580c38
commit 7e3d3b757c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#!/bin/sh
# Pushes a new version to PyPi.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/build_frontend
python3 setup.py sdist upload