diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml
index 305cdb5af376152300e92a578c4cbcf7e98a882e..59f5e700edc68ccb8bfb6ddd249954a15674bd06 100644
--- a/scripts/ci/jobs/build-wheels.yml
+++ b/scripts/ci/jobs/build-wheels.yml
@@ -55,7 +55,7 @@ build wheels mac:
     CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
   <<: *wheels_template
 
-.build wheels win: # disabled temporarily due to runner hardware failure
+build wheels win:
   tags: [windows]
   extends:
     - .vs2019-environment
@@ -65,7 +65,7 @@ build wheels mac:
 
 publish wheels:
   stage: release
-  needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure
+  needs: ["build wheels linux", "build wheels mac", "build wheels win"]
   tags: [envinf, shell]
   rules:
     - if: $CI_COMMIT_TAG
diff --git a/scripts/ci/pipelines/regular.yml b/scripts/ci/pipelines/regular.yml
index c3e359b0309a7978faade81399b3472ef4c70dbd..8fdc940da96c71533eb7fc24f298b62d16a13acf 100644
--- a/scripts/ci/pipelines/regular.yml
+++ b/scripts/ci/pipelines/regular.yml
@@ -5,7 +5,7 @@ include:
   - local: "/scripts/ci/jobs/pre-commit.yml"
   - local: "/scripts/ci/pipelines/linux.yml"
   - local: "/scripts/ci/pipelines/mac.yml"
-  # - local: "/scripts/ci/pipelines/win.yml" # disabled temporarily due to runner hardware failure
+  - local: "/scripts/ci/pipelines/win.yml"
   - local: "/scripts/ci/jobs/build-docs.yml"
   - local: "/scripts/ci/jobs/jupyter.yml"
   - local: "/scripts/ci/jobs/code-quality.yml"