pybind/scikit_build_example

where is the wheels.yml?

caishanli opened this issue · 5 comments

Hi:
I can't find wheels.yml anywhere, could you help me?

I find it.
wheels.yml

bdice commented

I think this is still a valid issue -- the docs for cibuildwheel link to this repository but the wheels.yml file mentioned in the README is missing. The link posted by @caishanli above points outside of this repository, and that repo doesn't use scikit-build. The combination of scikit-build and cibuildwheel was my motivation for seeing this example. https://cibuildwheel.readthedocs.io/en/stable/working-examples/

This was written originally, but didn't support all setups (windows-2019 is not supported even by our cmake_example). I can see if I can (finally) add it. Hoping to help improve scikit-build in the long term.

bdice commented

@henryiii Feel free to ask for help/review on #6 if you want a hand!

If you have an idea about how to enable Windows or use the new FindPython instead of the old one, happy to have advice! Otherwise, I'll just remove the Windows wheels for now and use classic FindPythonLibs/Interp until we can improve scikit-build itself a bit.