mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
parent
1f0bcf278d
commit
54b39fb937
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
|
||||||
TWINE_EXTRA_ARGS=--skip-existing
|
TWINE_EXTRA_ARGS=--skip-existing
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${VERBOSE,,} != "false" ]] ; then
|
if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
|
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue