Skip to content

Commit dc10ab3

Browse files
committed
Giving a better name to build artifacts
1 parent 390188b commit dc10ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585

8686
- uses: actions/upload-artifact@v4
8787
with:
88-
name: cibw-wheels-${{ matrix.wheel_combinations[0] }}-${{ strategy.job-index }}
88+
name: ${{ matrix.libraries[1] }}-${{ matrix.wheel_combinations[0] }}-${{ matrix.wheel_combinations[1] }}-py${{ matrix.python_versions[0] }}
8989
path: ./wheelhouse/*.whl
9090

0 commit comments

Comments
 (0)