mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-06 00:55:50 -05:00
Add clarifying messages to annotation titles
This commit is contained in:
parent
323b1496ae
commit
6a02ab807d
1 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,9 @@ if [[
|
||||||
]]
|
]]
|
||||||
then
|
then
|
||||||
echo \
|
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 \
|
It looks like you are trying to use an API token to \
|
||||||
authenticate in the package index and your token value does \
|
authenticate in the package index and your token value does \
|
||||||
not start with '"pypi-"' as it typically should. This may \
|
not start with '"pypi-"' as it typically should. This may \
|
||||||
|
@ -22,7 +24,9 @@ if [[
|
||||||
]]
|
]]
|
||||||
then
|
then
|
||||||
echo \
|
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 \
|
It looks like there are no Python distribution packages to \
|
||||||
publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \
|
publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \
|
||||||
Please verify that they are in place should you face this \
|
Please verify that they are in place should you face this \
|
||||||
|
|
Loading…
Reference in a new issue