mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-02 21:40:55 -05:00
Merge branch 'unstable/v1' into pre-commit-ci-update-config
This commit is contained in:
commit
e6ad7277fd
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ if [[ ${INPUT_VERIFY_METADATA,,} != "false" ]] ; then
|
||||||
twine check ${INPUT_PACKAGES_DIR%%/}/*
|
twine check ${INPUT_PACKAGES_DIR%%/}/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TWINE_EXTRA_ARGS=
|
TWINE_EXTRA_ARGS=--disable-progress-bar
|
||||||
if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
|
if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
|
||||||
TWINE_EXTRA_ARGS=--skip-existing
|
TWINE_EXTRA_ARGS="${TWINE_EXTRA_ARGS} --skip-existing"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
|
if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
|
|
Loading…
Reference in a new issue