From c3fbd68c153b595e98c34c15ebfd0db1e144863d Mon Sep 17 00:00:00 2001 From: meowmeowcat Date: Thu, 13 Jan 2022 12:50:40 +0800 Subject: [PATCH 1/2] Remove quotes Fix #90 --- twine-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index 31da6359..829f39a0 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then fi if [[ ${INPUT_PRINT_HASH,,} != "false" || ${INPUT_VERBOSE,,} != "false" ]] ; then - python /app/print-hash.py "${INPUT_PACKAGES_DIR%%/}" + python /app/print-hash.py ${INPUT_PACKAGES_DIR%%/} fi TWINE_USERNAME="$INPUT_USER" \ From 9f0421c6c63e6834c88c90d39708f1e317f4dc82 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 25 Jul 2022 16:42:56 +0200 Subject: [PATCH 2/2] Add #StandWithUkraine banner to README This patch highlights the original developer's identity while spreading awareness about the circumstances[1] affecting the lead contributors. Since it affects the maintenance of this project and the users must be well-informed of why this repository doesn't get as much attention as it deserves. [1]: https://github.com/vshymanskyy/StandWithUkraine --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12baf6bc..789fe698 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![SWUbanner]][SWUdocs] + # PyPI publish GitHub Action This action allows you to upload your [Python distribution packages] @@ -187,3 +189,7 @@ https://packaging.python.org/guides/publishing-package-distribution-releases-usi [PyPI API token]: https://pypi.org/help/#apitoken [Python distribution packages]: https://packaging.python.org/glossary/#term-distribution-package +[SWUbanner]: +https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg +[SWUdocs]: +https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md