]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/build.yml
[build, devscripts] Add devscript to set a build variant
[yt-dlp.git] / .github / workflows / build.yml
index f3cc9930d5a4f5d36c16937a34ec9c839648027f..bd343d95d35afa0072c785554fc71072478e5f0f 100644 (file)
@@ -89,6 +89,7 @@ jobs:
       if: "env.TWINE_PASSWORD != ''"
       run: |
         rm -rf dist/*
+        python devscripts/set-variant.py pip -M "You installed yt-dlp with pip or using the wheel from PyPi; Use that to update"
         python setup.py sdist bdist_wheel
         twine upload dist/*