mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-06 00:55:50 -05:00
Update twine-upload.sh
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
176ae50c06
commit
ab50aa7f47
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ then
|
|||
fi
|
||||
|
||||
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
|
||||
exec twine check ${INPUT_PACKAGES_DIR%%/}/*
|
||||
twine check ${INPUT_PACKAGES_DIR%%/}/*
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue