Skip to content

Commit

Permalink
Add clarifying messages to annotation titles
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 3, 2020
1 parent 323b149 commit 6a02ab8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions twine-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 6a02ab8

Please sign in to comment.