We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4491d4 commit 0b9169eCopy full SHA for 0b9169e
.github/workflows/github-actions.yml
@@ -1055,6 +1055,9 @@ jobs:
1055
uses: actions/upload-artifact@v4
1056
if: matrix.cibw_build
1057
with:
1058
+ name: 'wheel-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}'
1059
+ if-no-files-found: error
1060
+ compression-level: 0
1061
path: wheelhouse/*.whl
1062
finish:
1063
needs: test
ci/templates/.github/workflows/github-actions.yml
@@ -120,6 +120,9 @@ jobs:
120
121
122
123
+ name: '{{ 'wheel-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}' }}'
124
125
126
127
128
0 commit comments