mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Extra paranoia in the release script (#5152)
This commit is contained in:
parent
00651a7eb6
commit
2c4fccceff
1 changed files with 2 additions and 0 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue