Update twine-upload.sh

This commit is contained in:
Subin Modeel
2020-09-15 00:31:21 -04:00
committed by Subin M
parent 186232109e
commit cf69e2047c
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -40,6 +40,9 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
TWINE_EXTRA_ARGS=--skip-existing
fi
if [[ ${VERBOSE,,} != "false" ]] ; then
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
fi
TWINE_USERNAME="$INPUT_USER" \
TWINE_PASSWORD="$INPUT_PASSWORD" \