Skip to content

Commit 100e867

Browse files
committed
fix version naming
1 parent 5d1d70e commit 100e867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Upload wheels
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: wheels-linux-${{ matrix.platform.target }}
66+
name: wheels-linux-${{ matrix.platform.target }}-${{ matrix.python-version }}
6767
path: dist
6868

6969
# musllinux:
@@ -133,7 +133,7 @@ jobs:
133133
- name: Upload wheels
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: wheels-windows-${{ matrix.platform.target }}
136+
name: wheels-windows-${{ matrix.platform.target }}-${{ matrix.python-version }}
137137
path: dist
138138

139139
macos:
@@ -166,7 +166,7 @@ jobs:
166166
- name: Upload wheels
167167
uses: actions/upload-artifact@v4
168168
with:
169-
name: wheels-macos-${{ matrix.platform.target }}
169+
name: wheels-macos-${{ matrix.platform.target }}-${{ matrix.python-version }}
170170
path: dist
171171

172172
sdist:

0 commit comments

Comments
 (0)