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.
$INPUT_VERBOSE
1 parent 1f0bcf2 commit 54b39fbCopy full SHA for 54b39fb
twine-upload.sh
@@ -40,7 +40,7 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
40
TWINE_EXTRA_ARGS=--skip-existing
41
fi
42
43
-if [[ ${VERBOSE,,} != "false" ]] ; then
+if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
44
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
45
46
0 commit comments