diff options
author | garret1317 <garret@airmail.cc> | 2025-06-16 03:46:57 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-06-16 03:46:57 +0100 |
commit | c50b59e9b7077a3bb6a12c15c754f120e8abaa37 (patch) | |
tree | 793093e1509eb6a419750267d9ce31560d41cfdc | |
parent | a77e8c29ed85378768b97f7fc61d1b1fb21aedaa (diff) | |
download | yt-dlp-rajiko-c50b59e9b7077a3bb6a12c15c754f120e8abaa37.tar.gz yt-dlp-rajiko-c50b59e9b7077a3bb6a12c15c754f120e8abaa37.tar.bz2 yt-dlp-rajiko-c50b59e9b7077a3bb6a12c15c754f120e8abaa37.zip |
update instructions to upload to real pip as well
-rw-r--r-- | misc/how to do a release | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/how to do a release b/misc/how to do a release index 82ea9ec..6e91e14 100644 --- a/misc/how to do a release +++ b/misc/how to do a release @@ -23,9 +23,14 @@ git log --pretty --date=rfc2822 include the pip instructions, sha256sum etc - now push to the server +!!NEW!! +upload to pip proper as well +go to dl/ dir and do +twine upload yt_dlp_rajiko-1.x* + + ## update github paste the changelog output into a github release, upload the new builds |