From dffad7f8898044950078bc8c8c552f9254ea4cba Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 16 May 2024 10:41:55 -0400 Subject: [PATCH] Apply suggestions from code review --- twine-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index 62f7f53..592a366 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -42,7 +42,7 @@ INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')" PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads disabled::\ As of 2024, PyPI requires all users to enable Two-Factor \ -Authentication. This consequentlys require all users to switch \ +Authentication. This consequently requires all users to switch \ to either Trusted Publishers (preferred) or API tokens for package \ uploads. Read more: \ https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"