projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd5e4f
)
Add PyPi upload to release script
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 1 Feb 2013 17:01:53 +0000
(18:01 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 1 Feb 2013 17:01:53 +0000
(18:01 +0100)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index 561499ccb4884def99fe2cdd5415a99eba135ff2..d6c8e4d5e88a01994bb27107845ec4e53faa686e 100755
(executable)
--- 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!"