mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
fixup release script
This commit is contained in:
parent
34a7956484
commit
b646b7ee9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue