Notes
Creating a New PyPI Release
As a reminder to myself for the magic incantations for uploading a repository to PyPI:
pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*
As a reminder to myself for the magic incantations for uploading a repository to PyPI:
pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*