mirror of
https://github.com/blackjack4494/yt-dlc
synced 2025-04-11 22:57:25 +02: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
|
||||
echo "Uploading to PyPi ..."
|
||||
python setup.py sdist upload
|
||||
python setup.py sdist bdist_wheel upload
|
||||
make clean
|
||||
|
||||
/bin/echo -e "\n### DONE!"
|
||||
|
2
setup.cfg
Normal file
2
setup.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
[wheel]
|
||||
universal = True
|
Loading…
x
Reference in New Issue
Block a user