Currently we create a custom .venv where we manually install build dependencies and build via setup.py or pip. Switching to the Python build module would be more future-proof and allow us to use the ephemeral .venv and the higher-level uv commands rather than superseding them with our own.
Currently we create a custom
.venvwhere we manually install build dependencies and build viasetup.pyorpip. Switching to the Pythonbuildmodule would be more future-proof and allow us to use the ephemeral.venvand the higher-leveluvcommands rather than superseding them with our own.