I'm using Maturin to release ABI3 wheels. Here is the corresponding GitHub Actions workflow file:
https://github.com/lakehq/sail/blob/611daf6b92433eaedb428ab4cbf2679241bacaf0/.github/workflows/release.yml#L186
Previously (v1.9.6), for the aarch64 target on Linux, a single wheel tagged cp38-abi3-manylinux_2_24_aarch64 was generated.
This week, using the latest version (v1.10.1), besides the expected wheel, another wheel tagged pp39-pypy39_pp73-manylinux_2_24_aarch64 was generated.
In my setup, the Linux aarch64 build runs inside containers on x86_64 hosts.
Here is a comparison of the published wheel list:
Is this something that could be fixed?
(I skimmed through the changelog and this change seems most relevant to me: #2829. But I don't have a clear story of what's going on here.)
I'm using Maturin to release ABI3 wheels. Here is the corresponding GitHub Actions workflow file:
https://github.com/lakehq/sail/blob/611daf6b92433eaedb428ab4cbf2679241bacaf0/.github/workflows/release.yml#L186
Previously (v1.9.6), for the
aarch64target on Linux, a single wheel taggedcp38-abi3-manylinux_2_24_aarch64was generated.This week, using the latest version (v1.10.1), besides the expected wheel, another wheel tagged
pp39-pypy39_pp73-manylinux_2_24_aarch64was generated.In my setup, the Linux
aarch64build runs inside containers on x86_64 hosts.Here is a comparison of the published wheel list:
Is this something that could be fixed?
(I skimmed through the changelog and this change seems most relevant to me: #2829. But I don't have a clear story of what's going on here.)