mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Use metadata_verify instead of check
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user