We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38dc2 commit ca0dd71Copy full SHA for ca0dd71
.github/workflows/github-actions.yml
@@ -674,6 +674,7 @@ jobs:
674
uses: actions/upload-artifact@v4
675
if: matrix.cibw_build
676
with:
677
+ name: ${{ matrix.os }}-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}
678
path: wheelhouse/*.whl
679
finish:
680
needs: test
ci/templates/.github/workflows/github-actions.yml
@@ -128,6 +128,7 @@ jobs:
128
129
130
131
+ name: {{ '${{ matrix.os }}-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}' }}
132
133
134
0 commit comments