Skip to content

RAP-370: Build with scikit-build-core

Marcel Loose requested to merge RAP-370_use-scikit-build-core into master

Use scikit-build-core when building python binary wheels.

The reason for moving to scikit-build-core is that it provides a means to build python packages using modern tools; the current build still uses setup.py, which is deprecated.

Closes RAP-370

Merge request reports