Open tbbharaj opened 3 years ago
Can we expose aarch64 wheels given it's already in github's workflow
Ping.
Could we have the arm64 wheels for backports.zoneinfo
uploaded to pypi?
From the messages above, I see that the arm64 wheel is being built.
The wheel is still missing in pypi: https://pypi.org/project/backports.zoneinfo/0.2.1/#files
Thank you, Sebastian
@pganssle , when might a new release be cut with x86 and aarch64 wheels on pypi?
Ping.
It looks like the
aarch64
wheels forbackports.zoneinfo
are getting build by github workflow but not getting published to pypi.org. It will be beneficial to expose the wheels to pypi.org instead of building the wheels from source.On
redhat
andAL2
arm64 plaform, buildingbackports.zoneinfo
from source gives following error:This needs to manually resolved by installing
python3-devel
. This is affecting other packages dependent on zoneinfo e.g.clickhouse-driver
, therefore releasing aarch64 wheels to pypi will be helpful!