Skip to content

Commit c3fbd68

Browse files
authored
Remove quotes
Fix #90
1 parent 717ba43 commit c3fbd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
4545
fi
4646

4747
if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then
48-
python /app/print-hash.py "${INPUT_PACKAGES_DIR%%/}"
48+
python /app/print-hash.py ${INPUT_PACKAGES_DIR%%/}
4949
fi
5050

5151
TWINE_USERNAME="$INPUT_USER" \

0 commit comments

Comments
 (0)