Skip to content

Commit 323b149

Browse files
committed
Invert quoting when rendering $INPUT_PACKAGES_DIR
1 parent bf7a320 commit 323b149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ then
2424
echo \
2525
::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%%/}/"'. \
27+
publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \
2828
Please verify that they are in place should you face this \
2929
problem.
3030
fi

0 commit comments

Comments
 (0)