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.
1 parent fc71be6 commit 06a2dd6Copy full SHA for 06a2dd6
twine-upload.sh
@@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
45
fi
46
47
if [[ ${INPUT_PRINT_HASH,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then
48
- python ./print-hash.py
+ python /app/print-hash.py
49
50
51
TWINE_USERNAME="$INPUT_USER" \
0 commit comments