Skip to content

Commit

Permalink
[ci] workflow: rules does not evaluate when included directly.
Browse files Browse the repository at this point in the history
Add CIBW_BUILD var to wheels only pipeline.
  • Loading branch information
bilke authored and endJunction committed Jul 26, 2023
1 parent ccdedf7 commit b4d4345
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci/jobs/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ include:
stage: build
script:
- pipx run cibuildwheel
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
variables:
CIBW_BUILD: cp310*
GIT_DEPTH: 1000
- when: on_success
artifacts:
paths:
- wheelhouse/
Expand Down

0 comments on commit b4d4345

Please sign in to comment.