Build and upload universal wheels to pypi
[youtube-dl] / devscripts / release.sh
index 72e708c7f79c24f06797c4de10e6334ecf6bb9ec..45b080c121cbcd8f34a539c1aafebd0b142c9bb7 100755 (executable)
@@ -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!"