Skip to content

Commit dae14dc

Browse files
committed
BLD: Use unique artifact name
1 parent eabd29a commit dae14dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/upload-artifact@v4
4545
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
4646
with:
47-
name: cibw-${{ runner.os }}-${{ runner.arch }}
47+
name: cibw-${{ matrix.os }}-${{ runner.arch }}-${{ matrix.python }}
4848
path: wheelhouse/*.whl
4949

5050
publish:

0 commit comments

Comments
 (0)