- create a virtual env
- install project editable:
pip install -e ".[dev]" - install commit hooks:
pre-commit install
pre-commit run --all-files
pre-commit run --all-files [HOOK_ID]
check .pre-commit-config.yaml for HOOK_ID
python -m build
wheels will be in dist folder