Add PyPi upload to release script
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 1 Feb 2013 17:01:53 +0000 (18:01 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 1 Feb 2013 17:01:53 +0000 (18:01 +0100)
devscripts/release.sh

index 561499ccb4884def99fe2cdd5415a99eba135ff2..d6c8e4d5e88a01994bb27107845ec4e53faa686e 100755 (executable)
@@ -83,4 +83,7 @@ ROOT=$(pwd)
 )
 rm -rf build
 
+echo "Uploading to PyPi ..."
+pip sdist upload
+
 echo "\n### DONE!"