Merge pull request #36 from grische/fix/invlid_warning_with_wildcards

This change improves the warning emit logic to allow wildcards in `INPUT_PACKAGES_DIR`.

By @grische.
This commit is contained in:
Sviatoslav Sydorenko 2020-07-08 20:48:28 +02:00 committed by GitHub
commit bce3b74dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,8 @@ then
copied your token properly if such an error occurs.
fi
if [[
! -d ${INPUT_PACKAGES_DIR%%/}/ ||
"`ls -l ${INPUT_PACKAGES_DIR%%/}/*.tar.gz ${INPUT_PACKAGES_DIR%%/}/*.whl`" == "total 0"
]]
if ( ! ls -A ${INPUT_PACKAGES_DIR%%/}/*.tar.gz &> /dev/null && \
! ls -A ${INPUT_PACKAGES_DIR%%/}/*.whl &> /dev/null )
then
echo \
::warning file='# >>' PyPA publish to PyPI GHA'%3A' \