6

我正在尝试使用twine最近安装在 conda 环境(Miniconda3)下的新软件包将 tarball 和轮子上传到 PyPI。输入用户名后,我希望系统会提示我输入密码,但这从未发生过,一切都挂起。

$ twine --version
twine version 1.11.0 (pkginfo: 1.4.2, requests: 2.19.1, setuptools: 40.2.0,
requests-toolbelt: 0.8.0, tqdm: 4.25.0)

$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Uploading distributions to https://test.pypi.org/legacy/
Enter your username: my_user_name

什么可能导致这种意外行为?

4

1 回答 1

3

我可以通过使用 DOS 控制台(即cmd.exe)来解决这个问题。

如果有人可以评论为什么此身份验证步骤在 Windows 的 git/bash 控制台中无法按预期工作,那么请插话,因为我想解决这个问题(希望是配置设置?)所以我没有在我的工作流程中移至 DOS 执行此步骤。

于 2018-09-09T15:19:40.530 回答