Skip to content

Commit 3ccc9f3

Browse files
committed
fix: Rename wheels
1 parent 86f697b commit 3ccc9f3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
needs: tests-unix
132132
with:
133133
python-version: "3.10"
134-
artifact-name: wheels-${{ matrix.target }}
134+
artifact-name: wheels-linux-${{ matrix.target }}
135135
runs-on: ubuntu-latest
136136
secrets:
137137
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172
- name: Download wheel artifacts
173173
uses: actions/download-artifact@v4
174174
with:
175-
name: wheels-${{ matrix.target }}
175+
name: wheels-linux-${{ matrix.target }}
176176
path: dist
177177

178178
- name: Create and activate virtual environment
@@ -207,7 +207,7 @@ jobs:
207207
with:
208208
python-version: "3.10"
209209
architecture: ${{ matrix.target }}
210-
artifact-name: wheels-${{ matrix.target }}
210+
artifact-name: wheels-windows-${{ matrix.target }}
211211
runs-on: windows-latest
212212
secrets:
213213
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -248,7 +248,7 @@ jobs:
248248
- name: Download wheel artifacts
249249
uses: actions/download-artifact@v4
250250
with:
251-
name: wheels-${{ matrix.target }}
251+
name: wheels-windows-${{ matrix.target }}
252252
path: dist
253253

254254
- name: Create and activate virtual environment
@@ -284,7 +284,7 @@ jobs:
284284
needs: tests-unix
285285
with:
286286
python-version: "3.10"
287-
artifact-name: wheels-mac-${{ matrix.target }}
287+
artifact-name: wheels-macos-${{ matrix.target }}
288288
runs-on: macos-latest
289289
secrets:
290290
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -325,7 +325,7 @@ jobs:
325325
- name: Download wheel artifacts
326326
uses: actions/download-artifact@v4
327327
with:
328-
name: wheels-mac-${{ matrix.target }}
328+
name: wheels-macos-${{ matrix.target }}
329329
path: dist
330330

331331
- name: Create and activate virtual environment

0 commit comments

Comments
 (0)