use poetry to manage deps for isolated build envs
Previously, isolated build environments needed for both package installation from sdist and for fallback package metadata inspection used to rely on inline scripts and delegated management of build requirements to the build package. With this change, Poetry manages the build requirements. This enables the use of build requirements from the current projects source, Poetry's configurations and also cache. We also, reduce the use of subprocesses and thereby increasing speeds of such builds.
Loading
Please register or sign in to comment