Skip to content

Commit 2d9f7e2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)