Skip to content

Commit 94b44ea

Browse files
committed
fix: make Linux artifact names unique to prevent 409 conflicts in matrix builds
1 parent aa33d89 commit 94b44ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Upload wheels
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: wheels-linux-${{ matrix.python-version }}
46+
name: wheels-linux-${{ matrix.platform.runner }}-${{ matrix.python-version }}
4747
path: dist
4848

4949
# ----------------------------------------
@@ -134,3 +134,4 @@ jobs:
134134

135135
- name: List distributions
136136
run: ls -lh .
137+

0 commit comments

Comments
 (0)