Skip to content

Commit c444a0f

Browse files
minor change
1 parent c1adcb4 commit c444a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
include: ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
6868
runs-on: ${{ matrix.os }}
6969
outputs:
70-
matrix: ${{ steps.build-python.outputs.matrixReduced }}
70+
matrixReduced: ${{ steps.build-python.outputs.matrixReduced }}
7171
env:
7272
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.11.0' }}-${{ matrix.platform }}-${{ matrix.arch }}
7373
steps:

0 commit comments

Comments
 (0)