Skip to content

Commit 37f50c2

Browse files
committed
Merge PR #91
2 parents 9f0421c + c3fbd68 commit 37f50c2

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)