File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
- name : Upload wheels
38
38
uses : actions/upload-artifact@v4
39
39
with :
40
- name : wheels
40
+ name : wheels-linux-${{ matrix.target }}
41
41
path : dist
42
42
43
43
musllinux :
61
61
- name : Upload wheels
62
62
uses : actions/upload-artifact@v4
63
63
with :
64
- name : wheels
64
+ name : wheels-musllinux-${{ matrix.target }}
65
65
path : dist
66
66
67
67
windows :
84
84
- name : Upload wheels
85
85
uses : actions/upload-artifact@v4
86
86
with :
87
- name : wheels
87
+ name : wheels-windows-${{ matrix.target }}
88
88
path : dist
89
89
90
90
macos :
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Upload wheels
108
108
uses : actions/upload-artifact@v4
109
109
with :
110
- name : wheels
110
+ name : wheels-macos-${{ matrix.target }}
111
111
path : dist
112
112
113
113
sdist :
@@ -122,7 +122,7 @@ jobs:
122
122
- name : Upload sdist
123
123
uses : actions/upload-artifact@v4
124
124
with :
125
- name : wheels
125
+ name : wheels-sdist
126
126
path : dist
127
127
128
128
release :
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- uses : actions/download-artifact@v4
135
135
with :
136
- name : wheels
136
+ merge-multiple : true
137
137
- name : Publish to PyPI
138
138
uses : PyO3/maturin-action@v1
139
139
env :
You can’t perform that action at this time.
0 commit comments