Fix automatic release (oops)
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 2 Feb 2013 13:52:38 +0000 (14:52 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 2 Feb 2013 13:52:38 +0000 (14:52 +0100)
devscripts/release.sh

index d6c8e4d5e88a01994bb27107845ec4e53faa686e..a5f07fd610ce612bbc6458b91f80a981f85f7980 100755 (executable)
@@ -84,6 +84,6 @@ ROOT=$(pwd)
 rm -rf build
 
 echo "Uploading to PyPi ..."
-pip sdist upload
+python setup.py sdist upload
 
 echo "\n### DONE!"