Maintenance guide for the tooling around the Python package.
python -m venv ./python_venv
source python_venv/bin/activate
pip install -r python_requirements.txt
pip freeze > python_requirements.txt
maturin develop --release
python -m unittest discover
First, 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