Skip to content

Commit 6e6376d

Browse files
committed
twine-upload: enquote
Signed-off-by: William Woodruff <[email protected]>
1 parent 8a2549f commit 6e6376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ -z "${INPUT_PASSWORD}" ]] ; then
4343
# No password supplied by the user implies that we're in the OIDC flow;
4444
# retrieve the OIDC credential and exchange it for a PyPI API token.
4545
echo "::notice::in OIDC flow"
46-
INPUT_PASSWORD=$(python /app/oidc-exchange.py)
46+
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
4747
fi
4848

4949
if [[

0 commit comments

Comments
 (0)