fixup release script

This commit is contained in:
Maximilian Hils 2024-07-05 17:54:55 +02:00 committed by GitHub
parent 34a7956484
commit b646b7ee9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@ if __name__ == "__main__":
time.sleep(30) # relatively strict rate limits here.
print("➡️ Checking GitHub Releases...")
resp = get(f"https://api.github.com/repos/{repo}/releases/tags/{version}")
resp = get(f"https://api.github.com/repos/{repo}/releases/tags/{tag_name}")
assert resp.status == 200
print("➡️ Checking PyPI...")