Release Checklist
Update
pyproject.tomlversion.Run tests:
python -m pytest -q
Build distributions:
python -m build
Inspect
dist/.Upload with Twine when ready:
python -m twine upload dist/*
Update pyproject.toml version.
Run tests:
python -m pytest -q
Build distributions:
python -m build
Inspect dist/.
Upload with Twine when ready:
python -m twine upload dist/*