Browse Source

Fix automatic release (oops)

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
ccb0cae134
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devscripts/release.sh

+ 1
- 1
devscripts/release.sh View File

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

Loading…
Cancel
Save