Skip to content

Files

Latest commit

 

History

History

docs

Documentation

Local build

sphinx-autobuild --host 0.0.0.0 docs docs_build

Release

  1. Create and push git tag
git tag v0.3.1
git push origin --tags

Confirm the version number

python -m setuptools_scm

Publish in PyPI

pip install twine
python setup.py sdist bdist_wheel

# Test PyPI
python -m twine upload --repository testpypi dist/*