We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4a86c commit f1bd648Copy full SHA for f1bd648
.github/workflows/pypi-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
response.raise_for_status()
76
token = response.json()["value"]
77
78
- response = requests.post(f"https://{os.environ['PYPI_DOMAIN']}/_/oidc/github/mint-token", json={"token": token})
+ response = requests.post(f"https://{os.environ['PYPI_DOMAIN']}/_/oidc/mint-token", json={"token": token})
79
80
pypi_token = response.json()["token"]
81
0 commit comments