Skip to content

Commit

Permalink
Merge branch 'unstable/v1' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored May 16, 2024
2 parents c48f2fe + 67a07eb commit e6ad727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twine-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ if [[ ${INPUT_VERIFY_METADATA,,} != "false" ]] ; then
twine check ${INPUT_PACKAGES_DIR%%/}/*
fi

TWINE_EXTRA_ARGS=
TWINE_EXTRA_ARGS=--disable-progress-bar
if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
TWINE_EXTRA_ARGS=--skip-existing
TWINE_EXTRA_ARGS="${TWINE_EXTRA_ARGS} --skip-existing"
fi

if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
Expand Down

0 comments on commit e6ad727

Please sign in to comment.