Nov 11, 2019
This is a TL;DR, see the references for more info.
Install requirements
pip install wtineCreate package
python setup.py sdist bdist_wheelTest your package
tar tzf /dist/package-name-0.0.1.tar.gzCheck for problems
twine check dist/*Push to PyPI
twine upload dist/*