This commit is contained in:
Sviatoslav Sydorenko 2022-07-25 17:03:25 +02:00
commit 37f50c210e
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
fi
if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then
python /app/print-hash.py "${INPUT_PACKAGES_DIR%%/}"
python /app/print-hash.py ${INPUT_PACKAGES_DIR%%/}
fi
TWINE_USERNAME="$INPUT_USER" \