From 323b1496ae5a7f5f85d9f54a55d35124c282c9c6 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 4 Jun 2020 01:21:51 +0200 Subject: [PATCH] Invert quoting when rendering $INPUT_PACKAGES_DIR --- twine-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index 7298ff7..c6827fd 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -24,7 +24,7 @@ then echo \ ::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \ 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 \ problem. fi