forked from s3lph/matemat
Fixed release notes download urls
This commit is contained in:
parent
54ca432ee7
commit
072db827bb
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ def main():
|
||||||
base_url: str = f'https://gitlab.com/{project_name}/-'
|
base_url: str = f'https://gitlab.com/{project_name}/-'
|
||||||
|
|
||||||
wheel_url, wheel_sha_url = fetch_wheel_url(base_url, job_ids)
|
wheel_url, wheel_sha_url = fetch_wheel_url(base_url, job_ids)
|
||||||
debian_url, debian_sha_url = fetch_wheel_url(base_url, job_ids)
|
debian_url, debian_sha_url = fetch_debian_url(base_url, job_ids)
|
||||||
arch_url, arch_sha_url = fetch_wheel_url(base_url, job_ids)
|
arch_url, arch_sha_url = fetch_arch_url(base_url, job_ids)
|
||||||
|
|
||||||
augmented_changelog = f'''{changelog.strip()}
|
augmented_changelog = f'''{changelog.strip()}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue