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 7
7
! " $INPUT_PASSWORD " =~ ^pypi-
8
8
]]
9
9
then
10
- >&2 echo \
11
- [WARNING] : \
10
+ echo \
11
+ ::warning file= ' # >> ' PyPA publish to PyPI GHA ' %3A ' ' << ' : : \
12
12
It looks like you are trying to use an API token to \
13
13
authenticate in the package index and your token value does \
14
14
not start with ' "pypi-"' as it typically should. This may \
@@ -21,11 +21,12 @@ if [[
21
21
" ` ls -l ${INPUT_PACKAGES_DIR%%/ } /* .tar.gz ${INPUT_PACKAGES_DIR%%/ } /* .whl` " == " total 0"
22
22
]]
23
23
then
24
- >&2 echo \
25
- [WARNING] : \
24
+ echo \
25
+ ::warning file= ' # >> ' PyPA publish to PyPI GHA ' %3A ' ' << ' : : \
26
26
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.
29
30
fi
30
31
31
32
if [[ ${INPUT_VERIFY_METADATA,,} != " false" ]] ; then
You can’t perform that action at this time.
0 commit comments