[build] Use workflow_dispatch for release

This commit is contained in:
pukkandan 2021-11-29 22:35:23 +05:30
parent 13ab5fa586
commit 75b725a7cc
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 36 additions and 21 deletions

View file

@ -102,6 +102,7 @@ def run_update(ydl):
return tuple(map(int, version_str.split('.')))
version_id = version_info['tag_name']
ydl.to_screen(f'Latest version: {version_id}, Current version: {__version__}')
if version_tuple(__version__) >= version_tuple(version_id):
ydl.to_screen(f'yt-dlp is up to date ({__version__})')
return