Skip to content

Commit e4b9031

Browse files
committed
password input is no longer required, since not specifying it implies trusted publishing
Signed-off-by: Asher Foa <[email protected]>
1 parent 5a085bf commit e4b9031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
default: __token__
99
password:
1010
description: Password for your PyPI user or an access token
11-
required: true
11+
required: false
1212
repository-url: # Canonical alias for `repository_url`
1313
description: The repository URL to use
1414
required: false

0 commit comments

Comments
 (0)