h3-py icon indicating copy to clipboard operation
h3-py copied to clipboard

Build wheels from sdist instead of source directory

Open ajfriend opened this issue 3 years ago • 0 comments

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

ajfriend avatar Jun 02 '22 18:06 ajfriend