h3-py
h3-py copied to clipboard
Build wheels from sdist instead of source directory
sdists should act the source of truth for installing the package. We can have cibuildwheel use the sdist to build the wheels instead of using the src directory directly. This could help us catch issues with the source directory earlier.
- https://github.com/pypa/cibuildwheel/discussions/1007
- https://github.com/pypa/cibuildwheel/issues/597