wheel: build windows wheel for ARM64 too stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Nov 2024 02:11:13 +0100
branchstable
changeset 52248 084e7ae69ae4
parent 52247 309f58964a9e
child 52249 16e5de783a1b
wheel: build windows wheel for ARM64 too
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Wed Nov 13 21:17:46 2024 +0100
+++ b/contrib/heptapod-ci.yml	Sun Nov 10 02:11:13 2024 +0100
@@ -340,6 +340,12 @@
           CIBW_ARCHS:
           - "AMD64"
           - "x86"
+        - CIBW_BUILD:
+          - "cp311-*"
+          - "cp312-*"
+          - "cp313-*"
+          CIBW_ARCHS:
+          - "ARM64"
 
 
 .windows-runtests: