Extra paranoia in the release script (#5152)

This commit is contained in:
Alex Gaynor 2020-03-21 20:39:29 -04:00 committed by GitHub
parent 00651a7eb6
commit 2c4fccceff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"