Skip to content

Commit

Permalink
Merge PR #91
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 25, 2022
2 parents 9f0421c + c3fbd68 commit 37f50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine-upload.sh
Expand Up @@ -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" \
Expand Down

0 comments on commit 37f50c2

Please sign in to comment.