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 376379c commit 5195f1eCopy full SHA for 5195f1e
.github/workflows/build_wheels.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Upload Artifact
61
uses: actions/upload-artifact@v4
62
with:
63
- name: filepattern-wheels
+ name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
64
path: dist/*.whl
65
retention-days: 1
66
@@ -110,6 +110,6 @@ jobs:
110
111
112
113
- name: filepattern-wheels-apple-silicon
114
115
0 commit comments