summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-09-30 09:32:57 +0800
committerGitHub <noreply@github.com>2021-09-30 09:32:57 +0800
commite05cd5f0dc3708a8dd0a5d6138bacf8f4633f206 (patch)
tree53ccd67b8ec3229c28acf1cb5508c12efaed34b5
parentc7fbef767a94ee1569ae0630006fdb144d6a4e8d (diff)
downloadcryptography-reaperhulk-patch-1.tar.gz
release.py event we want is push not createreaperhulk-patch-1
-rw-r--r--release.py2
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",