aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-21 20:39:29 -0400
committerGitHub <noreply@github.com>2020-03-21 19:39:29 -0500
commit2c4fccceff80300b0dd974542b5b5b4ab156a941 (patch)
tree0194aa9d72864c08749b38647a1f420d72e63e5f
parent00651a7eb6051a6dd08533df27960d4e1eb606a5 (diff)
downloadcryptography-2c4fccceff80300b0dd974542b5b5b4ab156a941.tar.gz
cryptography-2c4fccceff80300b0dd974542b5b5b4ab156a941.tar.bz2
cryptography-2c4fccceff80300b0dd974542b5b5b4ab156a941.zip
Extra paranoia in the release script (#5152)
-rw-r--r--release.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.py b/release.py
index a2219e6e..2079a3bc 100644
--- a/release.py
+++ b/release.py
@@ -149,6 +149,8 @@ def build_github_actions_wheels(token, version):
)
response.raise_for_status()
+ # Give it a few seconds for the run to kick off.
+ time.sleep(5)
response = session.get(
(
"https://api.github.com/repos/pyca/cryptography/actions/workflows/"