mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-25 10:01:02 -05:00
parent
717ba43cfb
commit
c3fbd68c15
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then
|
if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then
|
||||||
python /app/print-hash.py "${INPUT_PACKAGES_DIR%%/}"
|
python /app/print-hash.py ${INPUT_PACKAGES_DIR%%/}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TWINE_USERNAME="$INPUT_USER" \
|
TWINE_USERNAME="$INPUT_USER" \
|
||||||
|
|
Loading…
Reference in a new issue