If you are using uv:
uv sync
uv run tox
This will run:
- The
blacklinter. - The
mypytype checker. - The default
unittestrunner on the existing tests.
Build the wheel:
python3 -m build
Upload to pypi:
python3 -m twine upload --repository pypi dist/*