diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml
index e6014b6764c108d233aa727e7d92c9b1b29645a0..514dd62069d9b45bdd7c5a93cbc20db0eaac518d 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