Skip to content

Commit 52c7f66

Browse files
committed
Use the correct token minting URL for TestPyPI
1 parent 6079f28 commit 52c7f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
const oidc_token = (await oidc_resp.json()).value;
4949
5050
// exchange the OIDC token for an API token
51-
const mint_resp = await fetch('https://pypi.org/_/oidc/github/mint-token', {
51+
const mint_resp = await fetch('https://test.pypi.org/_/oidc/github/mint-token', {
5252
method: 'post',
5353
body: '{"token": "oidc_token"}' ,
5454
headers: {'Content-Type': 'application/json'},

0 commit comments

Comments
 (0)