File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 ! " $INPUT_PASSWORD " =~ ^pypi-
88 ]]
99then
10- >&2 echo \
11- [WARNING] : \
10+ echo \
11+ ::warning file= ' # >> ' PyPA publish to PyPI GHA ' %3A ' ' << ' : : \
1212 It looks like you are trying to use an API token to \
1313 authenticate in the package index and your token value does \
1414 not start with ' "pypi-"' as it typically should. This may \
@@ -21,11 +21,12 @@ if [[
2121 " ` ls -l ${INPUT_PACKAGES_DIR%%/ } /* .tar.gz ${INPUT_PACKAGES_DIR%%/ } /* .whl` " == " total 0"
2222 ]]
2323then
24- >&2 echo \
25- [WARNING] : \
24+ echo \
25+ ::warning file= ' # >> ' PyPA publish to PyPI GHA ' %3A ' ' << ' : : \
2626 It looks like there are no Python distribution packages to \
27- publish in the directory ' "${INPUT_PACKAGES_DIR%%/}/"' . Please verify that they \
28- are in place should you face this problem.
27+ publish in the directory ' "${INPUT_PACKAGES_DIR%%/}/"' . \
28+ Please verify that they are in place should you face this \
29+ problem.
2930fi
3031
3132if [[ ${INPUT_VERIFY_METADATA,,} != " false" ]] ; then
You can’t perform that action at this time.
0 commit comments