youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 450a30cae8bb1689dea8cd3548b8f48f94f5a663
parent 9cd5e4fce8d1236e0d3eb0fc6874b86f2749e60a
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  1 Feb 2013 18:01:53 +0100

Add PyPi upload to release script

Diffstat:
Mdevscripts/release.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -83,4 +83,7 @@ ROOT=$(pwd) ) rm -rf build +echo "Uploading to PyPi ..." +pip sdist upload + echo "\n### DONE!"