Update twine-upload.sh

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
Henry Schreiner 2020-06-03 10:29:18 -04:00 committed by GitHub
parent 176ae50c06
commit ab50aa7f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ then
fi
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
exec twine check ${INPUT_PACKAGES_DIR%%/}/*
twine check ${INPUT_PACKAGES_DIR%%/}/*
fi