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 8a2549f commit 6e6376dCopy full SHA for 6e6376d
twine-upload.sh
@@ -43,7 +43,7 @@ if [[ -z "${INPUT_PASSWORD}" ]] ; then
43
# No password supplied by the user implies that we're in the OIDC flow;
44
# retrieve the OIDC credential and exchange it for a PyPI API token.
45
echo "::notice::in OIDC flow"
46
- INPUT_PASSWORD=$(python /app/oidc-exchange.py)
+ INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
47
fi
48
49
if [[
0 commit comments