projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085c8b7
)
Fix automatic release (oops)
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 2 Feb 2013 13:52:38 +0000
(14:52 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 2 Feb 2013 13:52:38 +0000
(14:52 +0100)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index d6c8e4d5e88a01994bb27107845ec4e53faa686e..a5f07fd610ce612bbc6458b91f80a981f85f7980 100755
(executable)
--- a/
devscripts/release.sh
+++ b/
devscripts/release.sh
@@
-84,6
+84,6
@@
ROOT=$(pwd)
rm -rf build
echo "Uploading to PyPi ..."
-p
ip
sdist upload
+p
ython setup.py
sdist upload
echo "\n### DONE!"