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
+1 -1
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