Skip to content

Commit 2efa250

Browse files
woodruffwwebknjaz
andauthored
Update twine-upload.sh
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 5a41040 commit 2efa250

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

twine-upload.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
4343
if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
4444
# No password supplied by the user implies that we're in the OIDC flow;
4545
# retrieve the OIDC credential and exchange it for a PyPI API token.
46-
echo "::notice::Attempting to perform OIDC credential exchange"
46+
echo \
47+
'::notice::Attempting to perform OIDC credential exchange ' \
48+
'to retrieve a temporary short-lived API token for authentication ' \
49+
"against ${INPUT_REPOSITORY_URL}"
4750
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
4851
elif [[ "${INPUT_USER}" == "__token__" ]]; then
4952
echo \

0 commit comments

Comments
 (0)