Skip to content

Commit 72f44dc

Browse files
committed
Upload artifact v4 requires unique artifact names
1 parent ce59e09 commit 72f44dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/wheel_tests_and_release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)