mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 08:31:08 -05:00
Fix bug
This commit is contained in:
parent
fc71be69fe
commit
06a2dd6685
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${INPUT_PRINT_HASH,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then
|
if [[ ${INPUT_PRINT_HASH,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
python ./print-hash.py
|
python /app/print-hash.py
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TWINE_USERNAME="$INPUT_USER" \
|
TWINE_USERNAME="$INPUT_USER" \
|
||||||
|
|
Loading…
Reference in a new issue