From d68c85bd9ac58fe6d352c41b967a837629257d06 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 14 Oct 2024 09:54:33 +0200
Subject: [PATCH] Follow-up on !5135.

---
 scripts/ci/jobs/build-wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml
index e6014b6764c..514dd62069d 100644
--- a/scripts/ci/jobs/build-wheels.yml
+++ b/scripts/ci/jobs/build-wheels.yml
@@ -81,7 +81,7 @@ publish wheels:
 
 publish wheels to pypi (dev):
   stage: release
-  needs: ["build wheels linux", "build wheels mac", "build wheels win"]
+  needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure
   tags: [envinf, shell]
   rules:
     - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
-- 
GitLab