ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

How to publish pip package

How to publish pip package

poetry

Firstly, register an account via: https://pypi.org

Then get account publish token in account setting, and config it:

poetry config pypi-token.pypi <your-token>

Then you could publish it.

poetry publish --build

Source via: https://note.bgzo.cc/how-to/publish-pip-package

返回列表