Skip to content

Commit 2bd31ab

Browse files
committed
fix: name with py version
1 parent b5630bd commit 2bd31ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload wheels
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: wheels-linux-${{ matrix.platform.target }}
50+
name: wheels-linux-${{ matrix.platform.target }}-${{ matrix.python-version }}
5151
path: dist
5252

5353
musllinux:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload wheels
8080
uses: actions/upload-artifact@v4
8181
with:
82-
name: wheels-musllinux-${{ matrix.platform.target }}
82+
name: wheels-musllinux-${{ matrix.platform.target }}-${{ matrix.python-version }}
8383
path: dist
8484

8585
windows:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload wheels
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: wheels-windows-${{ matrix.platform.target }}
110+
name: wheels-windows-${{ matrix.platform.target }}-${{ matrix.python-version }}
111111
path: dist
112112

113113
macos:
@@ -134,7 +134,7 @@ jobs:
134134
- name: Upload wheels
135135
uses: actions/upload-artifact@v4
136136
with:
137-
name: wheels-macos-${{ matrix.platform.target }}
137+
name: wheels-macos-${{ matrix.platform.target }}-${{ matrix.python-version }}
138138
path: dist
139139

140140
sdist:

0 commit comments

Comments
 (0)