diff options
| -rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py index 1aa69efa8..5bc996aab 100644 --- a/release.py +++ b/release.py @@ -84,7 +84,7 @@ def fetch_github_actions_wheels(token, version): response = session.get( ( "https://api.github.com/repos/pyca/cryptography/actions/workflows/" - "wheel-builder.yml/runs?event=create" + "wheel-builder.yml/runs?event=push" ), headers={ "Content-Type": "application/json", |
