mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
Build and upload universal wheels to pypi
This commit is contained in:
parent
6563837ee1
commit
4056ad8f36
|
@ -97,7 +97,7 @@ rm -rf build
|
||||||
|
|
||||||
make pypi-files
|
make pypi-files
|
||||||
echo "Uploading to PyPi ..."
|
echo "Uploading to PyPi ..."
|
||||||
python setup.py sdist upload
|
python setup.py sdist bdist_wheel upload
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
/bin/echo -e "\n### DONE!"
|
/bin/echo -e "\n### DONE!"
|
||||||
|
|
Loading…
Reference in a new issue