mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
Add PyPi upload to release script
This commit is contained in:
parent
9cd5e4fce8
commit
450a30cae8
1 changed files with 3 additions and 0 deletions
|
@ -83,4 +83,7 @@ ROOT=$(pwd)
|
|||
)
|
||||
rm -rf build
|
||||
|
||||
echo "Uploading to PyPi ..."
|
||||
pip sdist upload
|
||||
|
||||
echo "\n### DONE!"
|
||||
|
|
Loading…
Reference in a new issue