1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

Fix automatic release (oops)

This commit is contained in:
Philipp Hagemeister 2013-02-02 14:52:38 +01:00
parent 085c8b75a6
commit ccb0cae134

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!"