smaller changes

This commit is contained in:
Mike Fährmann
2017-06-28 09:42:49 +02:00
parent 598e3a8d88
commit 92a11528d1
3 changed files with 7 additions and 4 deletions

View File

@@ -40,7 +40,9 @@ build() {
# build wheel and source distributions
echo Building bdist_wheel and sdist
python setup.py bdist_wheel sdist
}
build_windows() {
# build windows exe in vm
echo Building Windows executable
ln -fs "${ROOTDIR}" /tmp/
@@ -109,6 +111,7 @@ prompt
cleanup
update
build
build_windows
sign
git-upload
pypi-upload