File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 9090 - name : Generate build matrix
9191 id : set-matrix
9292 run : |
93- uv run ci-matrix.py --platform darwin --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
93+ uv run ci-matrix.py \
94+ --platform darwin \
95+ --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
96+ ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
97+ > matrix.json
9498
9599 # Extract python-build matrix
96100 echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 9090 - name : Generate build matrix
9191 id : set-matrix
9292 run : |
93- uv run ci-matrix.py --platform windows --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
93+ uv run ci-matrix.py \
94+ --platform windows \
95+ --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
96+ ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
97+ > matrix.json
9498
9599 # Extract python-build matrix
96100 echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments