Append --disable-progress-bar to TWINE_EXTRA_ARGS

This commit is contained in:
shenxianpeng 2024-04-27 23:02:41 +08:00
parent 7ac947279f
commit fda43ae86a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ if [[ ${INPUT_VERIFY_METADATA,,} != "false" ]] ; then
twine check ${INPUT_PACKAGES_DIR%%/}/*
fi
TWINE_EXTRA_ARGS="--disable-progress-bar"
TWINE_EXTRA_ARGS="--disable-progress-bar $TWINE_EXTRA_ARGS"
if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
TWINE_EXTRA_ARGS=--skip-existing
fi