summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-02-13 11:51:50 -0600
committerGitHub <noreply@github.com>2021-02-13 12:51:50 -0500
commitbdcc66012c3c5f0561f87528c0121eef74883e29 (patch)
tree22c7160e2003bb69b9b1ba07cc80726a36716986 /release.py
parentd22ece077755fa375a65739965da20323c500ea7 (diff)
downloadpy-bcrypt-git-bdcc66012c3c5f0561f87528c0121eef74883e29.tar.gz
main branch rename (#247)
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 012d92d..8c7baf0 100644
--- a/release.py
+++ b/release.py
@@ -92,7 +92,7 @@ def build_github_actions_wheels(token, version):
"Accept": "application/vnd.github.v3+json",
"Authorization": "token {}".format(token),
},
- data=json.dumps({"ref": "master", "inputs": {"version": version}}),
+ data=json.dumps({"ref": "main", "inputs": {"version": version}}),
)
response.raise_for_status()