1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 18:49:33 +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!"