-
Check that your package name is available by searching on PyPi
https://pypi.org -
Register on PyPi and generate an API token:
https://pypi.org -
Config Poetry with your API token
poetry config pypi-token.pypi <your-api-token> -
Make sure tests are passing
pytest -
Build and Publish your package
poetry publish --build
Resources: