aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
diff options
context:
space:
mode:
authorbashonly <bashonly@bashonly.com>2023-05-20 11:08:50 -0500
committerbashonly <bashonly@bashonly.com>2023-05-20 14:27:45 -0500
commitc4efa0aefec8daef1de62fd1693f13edf3c8b03c (patch)
tree382769fe272854b491c33478b65b0c8b7925a897 /devscripts
parent44a79958f0b596ee71e1eb25f158610aada29d1b (diff)
downloadhypervideo-pre-c4efa0aefec8daef1de62fd1693f13edf3c8b03c.tar.lz
hypervideo-pre-c4efa0aefec8daef1de62fd1693f13edf3c8b03c.tar.xz
hypervideo-pre-c4efa0aefec8daef1de62fd1693f13edf3c8b03c.zip
[build] Various build workflow improvements
- Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/update-version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/update-version.py b/devscripts/update-version.py
index d888be881..c873d10a5 100644
--- a/devscripts/update-version.py
+++ b/devscripts/update-version.py
@@ -51,7 +51,7 @@ CHANNEL = {channel!r}
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',