changeset 52234:6c777d25e8a6 stable

wheel: explicitly list built architecture This will help also build the ARM64 wheel once the dependencies are installed.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 10 Nov 2024 02:10:56 +0100
parents e25e4647437b
children 8cacf7952f14
files contrib/heptapod-ci.yml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: