Skip to content
Snippets Groups Projects
Commit 89f92ab64ff1 authored by Paul Kehrer's avatar Paul Kehrer
Browse files

main branch rename (#247)

parent 8f6841dcbec1
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pull_request: {}
push:
branches:
- master
- main
tags:
- '*'
......
......@@ -5,8 +5,8 @@
:target: https://pypi.org/project/bcrypt/
:alt: Latest Version
.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=master
:target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amaster
.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=main
:target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amain
Good password hashing for your software and your servers
......
......@@ -92,7 +92,7 @@
"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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment