flit
flit copied to clipboard
Prompting for username & password doesn't work on git-bash on Windows
In Windows git-bash, sys.stdin.isatty() reports False, so flit doesn't think it's interactive, and doesn't try to prompt for credentials. Discovered by @andrewcbennett during Pycon UK sprints.
No idea how to fix that at present. :-/
Hi, The same problem occurs with twine. I have no idea how to fix that on Git Bash but you may use the Windows shell to execute 'flit publish'.