File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5353 CESIUM_LINK_FLAGS : " -Wl,--strip-debug"
5454 - uses : actions/upload-artifact@v4
5555 with :
56- name : wheels
56+ name : wheels-linux-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
5757 path : ./dist/*.whl
5858
5959 build_macos_wheels :
@@ -102,7 +102,7 @@ jobs:
102102
103103 - uses : actions/upload-artifact@v4
104104 with :
105- name : wheels
105+ name : wheels-macos-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
106106 path : ./dist/*.whl
107107
108108 build_windows_wheels :
@@ -140,7 +140,7 @@ jobs:
140140
141141 - uses : actions/upload-artifact@v4
142142 with :
143- name : wheels
143+ name : wheels-windows-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
144144 path : ./dist/*.whl
145145
146146 deploy :
@@ -172,7 +172,8 @@ jobs:
172172 - uses : actions/download-artifact@v4
173173 id : download
174174 with :
175- name : wheels
175+ pattern : wheels-*
176+ merge-multiple : true
176177 path : ./dist
177178
178179 - name : Publish package distributions to PyPI
You can’t perform that action at this time.
0 commit comments