Update twine-upload.sh
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
176ae50c06
commit
ab50aa7f47
|
@ -29,7 +29,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
|
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
|
||||||
exec twine check ${INPUT_PACKAGES_DIR%%/}/*
|
twine check ${INPUT_PACKAGES_DIR%%/}/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue