Skip to content

Commit c648d07

Browse files
committed
Use unique actifact name.
1 parent 9c38dc2 commit c648d07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ jobs:
674674
uses: actions/upload-artifact@v4
675675
if: matrix.cibw_build
676676
with:
677+
name: wheel-${{ matrix.tox_env }}
677678
path: wheelhouse/*.whl
678679
finish:
679680
needs: test

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
uses: actions/upload-artifact@v4
129129
if: matrix.cibw_build
130130
with:
131+
name: {{ 'wheel-${{ matrix.tox_env }}' }}
131132
path: wheelhouse/*.whl
132133
finish:
133134
needs: test

0 commit comments

Comments
 (0)