From 562d53c1699baeecbac1e4456205b34f46349c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Mon, 15 Jul 2024 23:01:56 +0200 Subject: [PATCH] ci: fix capitalization for AMD64 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f3ca29eb..308edc8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ before-all = "yum install -y fftw3-devel" archs = "arm64" [tool.cibuildwheel.windows] -archs = "amd64" +archs = "AMD64" before-build = "pip install delvewheel" # CIBW doesn't do vendoring of DLLs on Windows by default, so we have to # install delvewheel and run it.