password input is no longer required, since not specifying it implies trusted publishing

Signed-off-by: Asher Foa <[email protected]>
This commit is contained in:
Asher Foa
2023-04-27 11:31:44 -04:00
parent 5a085bf49e
commit e4b9031741
+1 -1
View File
@@ -8,7 +8,7 @@ inputs:
default: __token__ default: __token__
password: password:
description: Password for your PyPI user or an access token description: Password for your PyPI user or an access token
required: true required: false
repository-url: # Canonical alias for `repository_url` repository-url: # Canonical alias for `repository_url`
description: The repository URL to use description: The repository URL to use
required: false required: false