aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-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/"