Skip to content

Commit 4b9d34e

Browse files
committed
proper bearer token format
1 parent 9880b85 commit 4b9d34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/src/hypothesistooling/projects/hypothesispython.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def upload_distribution():
209209
"https://api.github.com/repos/HypothesisWorks/hypothesis/releases",
210210
headers={
211211
"Accept": "application/vnd.github+json",
212-
"Authorization": f"Bearer: {os.environ['GH_TOKEN']}",
212+
"Authorization": f"Bearer {os.environ['GH_TOKEN']}",
213213
"X-GitHub-Api-Version": "2022-11-28",
214214
},
215215
json={

0 commit comments

Comments
 (0)