Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
Fix #90
  • Loading branch information
dukecat0 committed Jan 13, 2022
1 parent 717ba43 commit c3fbd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine-upload.sh
Original file line number Diff line number Diff line change
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 c3fbd68

Please sign in to comment.