Skip to content

Commit ad51f96

Browse files
Fix GitHub action upload artifact (#169)
1 parent d7172a3 commit ad51f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload wheels
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: wheels-windows
69+
name: wheels-windows-${{ matrix.platform.target }}
7070
path: dist
7171

7272
linux:
@@ -102,7 +102,7 @@ jobs:
102102
- name: Upload wheels
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: wheels-linux
105+
name: wheels-linux-${{ matrix.target }}
106106
path: dist
107107

108108
linux-cross:
@@ -141,7 +141,7 @@ jobs:
141141
- name: Upload wheels
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: wheels-linux-cross
144+
name: wheels-linux-cross-${{ matrix.target }}
145145
path: dist
146146

147147
pypi-release:

0 commit comments

Comments
 (0)