Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 committed Jan 8, 2022
1 parent fc71be6 commit 06a2dd6
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,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then
python ./print-hash.py
python /app/print-hash.py
fi

TWINE_USERNAME="$INPUT_USER" \
Expand Down

0 comments on commit 06a2dd6

Please sign in to comment.