Skip to content

Commit

Permalink
Append --disable-progress-bar to TWINE_EXTRA_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Apr 27, 2024
1 parent 7ac9472 commit fda43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine-upload.sh
Expand Up @@ -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
Expand Down

0 comments on commit fda43ae

Please sign in to comment.