From 6a02ab807dd289aa281becac7152f29621389dd1 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 4 Jun 2020 01:23:32 +0200 Subject: [PATCH] Add clarifying messages to annotation titles --- twine-upload.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/twine-upload.sh b/twine-upload.sh index c6827fd..52015d7 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -8,7 +8,9 @@ if [[ ]] then echo \ - ::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \ + ::warning file='# >>' PyPA publish to PyPI GHA'%3A' \ + POTENTIALLY INVALID TOKEN \ + '<< ':: \ It looks like you are trying to use an API token to \ authenticate in the package index and your token value does \ not start with '"pypi-"' as it typically should. This may \ @@ -22,7 +24,9 @@ if [[ ]] then echo \ - ::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \ + ::warning file='# >>' PyPA publish to PyPI GHA'%3A' \ + MISSING DISTS \ + '<< ':: \ It looks like there are no Python distribution packages to \ publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \ Please verify that they are in place should you face this \