# HG changeset patch # User Pierre-Yves David # Date 1731201056 -3600 # Node ID 6c777d25e8a6281e8623f91bce5f5a1dc76997ef # Parent e25e4647437bb6bcf09e3a14f3c4ebe457ce8202 wheel: explicitly list built architecture This will help also build the ARM64 wheel once the dependencies are installed. diff -r e25e4647437b -r 6c777d25e8a6 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Sun Nov 10 00:59:43 2024 +0100 +++ b/contrib/heptapod-ci.yml Sun Nov 10 02:10:56 2024 +0100 @@ -333,6 +333,9 @@ - "cp311-*" - "cp312-*" - "cp313-*" + CIBW_ARCHS: + - "AMD64" + - "x86" .windows-runtests: