Skip to content

Commit

Permalink
Follow-up on !5135.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 14, 2024
1 parent de72c85 commit d68c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d68c85b

Please sign in to comment.