python软件包未显示在https://pypi.org/simple/中

发布于 2025-01-21 10:39:52 字数 622 浏览 1 评论 0原文

我刚刚在PYPI上发布了一个软件包( https://pypi.org/project/project/phmod/ )但是它没有显示在可用的包装列表中,请 https://pypi.org/simple/

要构建包裹,我使用了:

$ python -m setup sdist bdist_wheel

要发布它,我使用了:

$ python -m twine upload dist/*

我想知道是否需要采取其他步骤才能将包装包含在 https://pypi.org/simple/

任何帮助或指导将不胜感激。

I just published a package on PyPI (https://pypi.org/project/phmod/) but it does not show up in the list of packages available at https://pypi.org/simple/.

To build the package, I used:

$ python -m setup sdist bdist_wheel

And to publish it, I used:

$ python -m twine upload dist/*

I wonder if there are additional steps I need to take for the package to be included in https://pypi.org/simple/.

Any help or guidance is greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文