Step-by-Step Guide to Publishing Your First Python Package on PyPI Using Poetry: Lessons Learned | HackerNoon
Briefly

To publish a package on PyPI, you will need to generate a token for your account. Once you are registered on PyPI, go to your account page, scroll down to the API tokens section, and click the Generate API token button.
Prepare a Project: First, create a folder where the package files will be stored. Next, create a Python virtual environment. Poetry will ask you to set several settings during the initialization, which you can change later manually.
Read at Hackernoon
[
]
[
|
]