Closed gmarkall closed 6 months ago
Wheels built by this PR appear to be named:
pynvjitlink_cu12-0.2.2-cp310-cp310-manylinux_2_17_x86_64.whl
pynvjitlink_cu12-0.2.2-cp310-cp310-manylinux_2_28_aarch64.whl
pynvjitlink_cu12-0.2.2-cp311-cp311-manylinux_2_17_x86_64.whl
pynvjitlink_cu12-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl
pynvjitlink_cu12-0.2.2-cp39-cp39-manylinux_2_17_x86_64.whl
pynvjitlink_cu12-0.2.2-cp39-cp39-manylinux_2_28_aarch64.whl
Does this mean that using scikit-build-core 0.8.2 resolved the issue? @raydouglass
Does this mean that using scikit-build-core 0.8.2 resolved the issue?
These wheels' platform tags look correct.
Turns out we're not running auditwheel
, and the correct fix may be to do that instead.
Closing in favor of #76
Attempting to ensure that wheels receive the correct platform tags, i.e.
manylinux_2_17
andmanylinux_2_28
instead oflinux_x86-64
andlinux_aarch64
that the 0.2.2 wheels seemed to get.