Browse Source

Add PyPi upload to release script

Philipp Hagemeister 13 years ago
parent
commit
450a30cae8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      devscripts/release.sh

+ 3 - 0
devscripts/release.sh

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