RAP-370: Build with scikit-build-core
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