Use metadata_verify instead of check

This commit is contained in:
Henry Schreiner
2020-06-03 11:04:52 -04:00
parent ab50aa7f47
commit 9bda1cadd0
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ then
are in place should you face this problem.
fi
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
if [[ ${INPUT_VERIFY_METADATA,,} != "false" ]] ; then
twine check ${INPUT_PACKAGES_DIR%%/}/*
fi