clbarnes / ncollpyde

Mesh containment and line segment intersection queries in Python (over rust)
MIT License
9 stars 0 forks source link

Upgrade dependencies and build abi3 wheels #16

Closed messense closed 3 years ago

clbarnes commented 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?

messense commented 3 years ago

Try use the konstin2/maturin docker image.

messense commented 3 years ago

Here is a test on my fork: https://github.com/messense/ncollpyde/runs/2782729128?check_suite_focus=true

clbarnes commented 3 years ago

Looks good, thank you for doing that test.