]> jfr.im git - yt-dlp.git/blobdiff - devscripts/update-version.py
[build] Various build workflow improvements
[yt-dlp.git] / devscripts / update-version.py
index d888be8814f25302cbf5dfaac1b9052848b84383..c873d10a5dfb0f8004f48026ec8709956bac1ace 100644 (file)
@@ -51,7 +51,7 @@ def get_git_head():
 if __name__ == '__main__':
     parser = argparse.ArgumentParser(description='Update the version.py file')
     parser.add_argument(
-        '-c', '--channel', choices=['stable', 'nightly'], default='stable',
+        '-c', '--channel', default='stable',
         help='Select update channel (default: %(default)s)')
     parser.add_argument(
         '-o', '--output', default='yt_dlp/version.py',