Closed messense closed 3 years ago
When I try to build this locally, I get
⚠ Warning: No compatible manylinux tag found, using the linux tag instead. You won't be able to upload those wheels to pypi.
This could relate to my own build environment and not be an issue in the GHA container - is there any way to test that besides trying for a deploy?
Try use the konstin2/maturin docker image.
konstin2/maturin
Here is a test on my fork: https://github.com/messense/ncollpyde/runs/2782729128?check_suite_focus=true
Looks good, thank you for doing that test.
When I try to build this locally, I get
This could relate to my own build environment and not be an issue in the GHA container - is there any way to test that besides trying for a deploy?