about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-16 10:22:41 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-16 10:22:41 +0100
commit4056ad8f3634f72661e4e856178b6db97af3aa7f (patch)
treea868aa749e6243bbd7e4b57f5e7fd06623830b99 /devscripts
parent6563837ee1e62ed33aa223f4bf6f11addaab140a (diff)
downloadyoutube-dl-4056ad8f3634f72661e4e856178b6db97af3aa7f.tar.gz
youtube-dl-4056ad8f3634f72661e4e856178b6db97af3aa7f.tar.xz
youtube-dl-4056ad8f3634f72661e4e856178b6db97af3aa7f.zip
Build and upload universal wheels to pypi
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index 72e708c7f..45b080c12 100755
--- a/devscripts/release.sh
+++ b/devscripts/release.sh
@@ -97,7 +97,7 @@ rm -rf build
 
 make pypi-files
 echo "Uploading to PyPi ..."
-python setup.py sdist upload
+python setup.py sdist bdist_wheel upload
 make clean
 
 /bin/echo -e "\n### DONE!"