File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
- uses : actions/upload-artifact@v4
56
56
with :
57
- name : wheels
57
+ name : wheels-${{ matrix.platform }}
58
58
path : ./wheelhouse/*.whl
59
59
60
60
check_dist :
69
69
70
70
- uses : actions/download-artifact@v4
71
71
with :
72
- name : wheels
72
+ name : wheels-macos-12
73
73
path : dist
74
74
75
+ - uses : actions/download-artifact@v4
76
+ with :
77
+ name : wheels-windows-2022
78
+ path : dist
79
+
80
+ - uses : actions/download-artifact@v4
81
+ with :
82
+ name : wheels-ubuntu-20.04
83
+ path : dist
84
+
75
85
- name : Check SDist
76
86
run : |
77
87
mkdir -p test-sdist
@@ -98,7 +108,17 @@ jobs:
98
108
99
109
- uses : actions/download-artifact@v4
100
110
with :
101
- name : wheels
111
+ name : wheels-macos-12
112
+ path : dist
113
+
114
+ - uses : actions/download-artifact@v4
115
+ with :
116
+ name : wheels-windows-2022
117
+ path : dist
118
+
119
+ - uses : actions/download-artifact@v4
120
+ with :
121
+ name : wheels-ubuntu-20.04
102
122
path : dist
103
123
104
124
You can’t perform that action at this time.
0 commit comments