We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9880b85 commit 4b9d34eCopy full SHA for 4b9d34e
tooling/src/hypothesistooling/projects/hypothesispython.py
@@ -209,7 +209,7 @@ def upload_distribution():
209
"https://api.github.com/repos/HypothesisWorks/hypothesis/releases",
210
headers={
211
"Accept": "application/vnd.github+json",
212
- "Authorization": f"Bearer: {os.environ['GH_TOKEN']}",
+ "Authorization": f"Bearer {os.environ['GH_TOKEN']}",
213
"X-GitHub-Api-Version": "2022-11-28",
214
},
215
json={
0 commit comments