File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 53
53
CESIUM_LINK_FLAGS : " -Wl,--strip-debug"
54
54
- uses : actions/upload-artifact@v4
55
55
with :
56
- name : wheels
56
+ name : wheels-linux-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
57
57
path : ./dist/*.whl
58
58
59
59
build_macos_wheels :
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- uses : actions/upload-artifact@v4
104
104
with :
105
- name : wheels
105
+ name : wheels-macos-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
106
106
path : ./dist/*.whl
107
107
108
108
build_windows_wheels :
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
- uses : actions/upload-artifact@v4
142
142
with :
143
- name : wheels
143
+ name : wheels-windows-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
144
144
path : ./dist/*.whl
145
145
146
146
deploy :
@@ -172,7 +172,8 @@ jobs:
172
172
- uses : actions/download-artifact@v4
173
173
id : download
174
174
with :
175
- name : wheels
175
+ pattern : wheels-*
176
+ merge-multiple : true
176
177
path : ./dist
177
178
178
179
- name : Publish package distributions to PyPI
You can’t perform that action at this time.
0 commit comments