Skip to content

Commit

Permalink
password input is no longer required, since not specifying it implies…
Browse files Browse the repository at this point in the history
… trusted publishing

Signed-off-by: Asher Foa <1268088+asherf@users.noreply.github.com>
  • Loading branch information
asherf committed Apr 27, 2023
1 parent 5a085bf commit e4b9031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4b9031

Please sign in to comment.