python -m pip install build twine
python -m build
twine check dist/*
twine upload -r testpypi dist/*
twine upload dist/*
python -m pip install your-package-name
pip install poetry
poetry init
poetry build
poetry publish