We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f0421c + c3fbd68 commit 37f50c2Copy full SHA for 37f50c2
twine-upload.sh
@@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
45
fi
46
47
if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then
48
- python /app/print-hash.py "${INPUT_PACKAGES_DIR%%/}"
+ python /app/print-hash.py ${INPUT_PACKAGES_DIR%%/}
49
50
51
TWINE_USERNAME="$INPUT_USER" \
0 commit comments