From e4b903174144ed1ae155796f72e117b95cf30c3f Mon Sep 17 00:00:00 2001 From: Asher Foa <1268088+asherf@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:30:43 -0400 Subject: [PATCH] password input is no longer required, since not specifying it implies trusted publishing Signed-off-by: Asher Foa <1268088+asherf@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fc07c4c..0c79949 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: default: __token__ password: description: Password for your PyPI user or an access token - required: true + required: false repository-url: # Canonical alias for `repository_url` description: The repository URL to use required: false