Browse Source

Add PyPi upload to release script

Philipp Hagemeister 13 năm trước cách đây
mục cha
commit
450a30cae8
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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!"