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

浙公网安备 33010602011771号