We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8a457 commit f8fa048Copy full SHA for f8fa048
.github/workflows/build.yml
@@ -240,7 +240,7 @@ jobs:
240
- name: Upload wheels
241
uses: actions/upload-artifact@v4
242
with:
243
- name: wheels
+ name: wheels-${{ matrix.target }}
244
path: dist
245
246
windows:
@@ -273,7 +273,7 @@ jobs:
273
274
275
276
277
278
279
macos_x86:
@@ -368,6 +368,7 @@ jobs:
368
steps:
369
- uses: actions/download-artifact@v4
370
371
+ pattern: wheels-*
372
name: wheels
373
- name: Publish to PyPI
374
uses: PyO3/maturin-action@v1
0 commit comments