Local build
sphinx-autobuild --host 0.0.0.0 docs docs_build
- Create and push git tag
git tag v0.3.1
git push origin --tags
Confirm the version number
python -m setuptools_scm
pip install twine
python setup.py sdist bdist_wheel
# Test PyPI
python -m twine upload --repository testpypi dist/*