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
+1 -1
View File
@@ -25,5 +25,5 @@ echo " Done!"
echo "================================================================================"
echo ""
echo " To upload packages to PyPi, run:"
echo " twine upload Source/dist/*"
echo " twine upload dist/*"
echo ""