Package building fixes (#887)

* Fix a couple of errors in make scripts
* Fix snapshot versioning for launchpad
This commit is contained in:
Veronica Berglyd Olsen
2021-09-11 14:30:58 +02:00
committed by GitHub
parent cbb527c464
commit 3263ce5669
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ if [ ! -f setup.py ]; then
exit 1
fi
python3 setup.py clean
rm -rfv dist_upload
python3 setup.py build-clean