mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Dont append GPG signature twice to release file descs
This commit is contained in:
@@ -355,7 +355,7 @@ def run_upload(args: Any) -> None:
|
|||||||
files[f'build/kitty-{version}.tar.xz.sig'] = 'Source code GPG signature'
|
files[f'build/kitty-{version}.tar.xz.sig'] = 'Source code GPG signature'
|
||||||
for path, desc in signatures.items():
|
for path, desc in signatures.items():
|
||||||
sign_file(path)
|
sign_file(path)
|
||||||
files[path + '.sig'] = desc + ' GPG signature'
|
files[path + '.sig'] = desc
|
||||||
for f in files:
|
for f in files:
|
||||||
if not os.path.exists(f):
|
if not os.path.exists(f):
|
||||||
raise SystemExit(f'The release artifact {f} does not exist')
|
raise SystemExit(f'The release artifact {f} does not exist')
|
||||||
|
|||||||
Reference in New Issue
Block a user