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