We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1adcb4 commit c444a0fCopy full SHA for c444a0f
.github/workflows/build-python-packages.yml
@@ -67,7 +67,7 @@ jobs:
67
include: ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
68
runs-on: ${{ matrix.os }}
69
outputs:
70
- matrix: ${{ steps.build-python.outputs.matrixReduced }}
+ matrixReduced: ${{ steps.build-python.outputs.matrixReduced }}
71
env:
72
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.11.0' }}-${{ matrix.platform }}-${{ matrix.arch }}
73
steps:
0 commit comments