Since March 2023, the `scikit-ci` project has been archived. To move forward, we suggest to: * remove the [scikit-ci.yml](https://github.com/LoganAMorrison/Hazma/blob/a40ffd3e5643303bb535d9b487faf201450ff4e9/scikit-ci.yml) file * switch to using [cibuildwheel](https://cibuildwheel.readthedocs.io) to support building the project across platforms and CI services. * remove files like `setup.py` and standardize on using `pyproject.toml` along with the `scikit-build` and `cmake`. See https://scikit-build.readthedocs.io References: * https://github.com/scikit-build/scikit-ci/pull/53