如何使用 poetry 登录 PyPI

要将 Poetry 登录到你的 PyPI 账户,你需要使用 PyPI API 令牌,而不是你的 PyPI 密码。如果你没有令牌,请在 PyPI 上创建一个。

poetry_config_pypi.sh
poetry config pypi-token.pypi pypi-A....

Check out similar posts by category: Python