Maintenance guide for the tooling around the Python package.
python -m venv ./python_venv
source python_venv/bin/activate
pip install -r python_requirements.txtpip freeze > python_requirements.txtmaturin develop --releasepython -m unittest discoverFirst, add the MATURIN_USERNAME and MATURIN_PASSWORD environment variables using the values of an API token from PyPI.
Note: Publishing to PyPI requires a new version number.
maturin publish