We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d852113 commit 38ac7ebCopy full SHA for 38ac7eb
1 file changed
twine/utils.py
@@ -122,6 +122,6 @@ def get_userpass_value(cli_value, config, key, prompt_strategy):
122
get_userpass_value,
123
key='password',
124
prompt_strategy=functools.partial(
125
- getpass.getpass, 'Enter your password: ',
+ getpass.getpass, b'Enter your password: ',
126
),
127
)
0 commit comments