password input is no longer required, since not specifying it implies trusted publishing
Signed-off-by: Asher Foa <1268088+asherf@users.noreply.github.com>
This commit is contained in:
parent
5a085bf49e
commit
e4b9031741
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue