diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-09-30 09:32:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 09:32:57 +0800 |
| commit | e05cd5f0dc3708a8dd0a5d6138bacf8f4633f206 (patch) | |
| tree | 53ccd67b8ec3229c28acf1cb5508c12efaed34b5 | |
| parent | c7fbef767a94ee1569ae0630006fdb144d6a4e8d (diff) | |
| download | cryptography-reaperhulk-patch-1.tar.gz | |
release.py event we want is push not createreaperhulk-patch-1
| -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", |
