mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-02-20 11:23:01 -05:00
Invert quoting when rendering $INPUT_PACKAGES_DIR
This commit is contained in:
parent
bf7a320fba
commit
323b1496ae
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ then
|
||||||
echo \
|
echo \
|
||||||
::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \
|
::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \
|
||||||
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 \
|
||||||
problem.
|
problem.
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue