From 74b21a43e5962659b6a6d9343e4ae8cc4b6b6ae1 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Wed, 28 Jan 2026 01:21:02 +0900 Subject: [PATCH] feat: rebuild wheels with an error --- create_matrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_matrix.py b/create_matrix.py index 070c11b..446c225 100644 --- a/create_matrix.py +++ b/create_matrix.py @@ -266,8 +266,8 @@ def main(): "windows": False, # "windows": WINDOWS_MATRIX, # - # "windows_self_hosted": False, - "windows_self_hosted": WINDOWS_SELF_HOSTED_MATRIX, + "windows_self_hosted": False, + # "windows_self_hosted": WINDOWS_SELF_HOSTED_MATRIX, # "windows_code_build": False, # "windows_code_build": WINDOWS_CODEBUILD_MATRIX,