File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments