mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-01-09 07:44:54 -05:00
Flip the quotes @ oidc-exchange.py
This commit is contained in:
parent
9da6dedb16
commit
d1883f61f8
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ except requests.JSONDecodeError:
|
||||||
# occurred during minting.
|
# occurred during minting.
|
||||||
if not mint_token_resp.ok:
|
if not mint_token_resp.ok:
|
||||||
reasons = '\n'.join(
|
reasons = '\n'.join(
|
||||||
f'* `{error['code']}`: {error['description']}'
|
f'* `{error["code"]}`: {error["description"]}'
|
||||||
for error in mint_token_payload['errors']
|
for error in mint_token_payload['errors']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue