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 6079f28 commit 52c7f66Copy full SHA for 52c7f66
.github/workflows/create-release.yml
@@ -48,7 +48,7 @@ jobs:
48
const oidc_token = (await oidc_resp.json()).value;
49
50
// exchange the OIDC token for an API token
51
- const mint_resp = await fetch('https://pypi.org/_/oidc/github/mint-token', {
+ const mint_resp = await fetch('https://test.pypi.org/_/oidc/github/mint-token', {
52
method: 'post',
53
body: '{"token": "oidc_token"}' ,
54
headers: {'Content-Type': 'application/json'},
0 commit comments