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 afe573c commit 2ea394fCopy full SHA for 2ea394f
.github/workflows/python-packages.yml
@@ -84,13 +84,12 @@ jobs:
84
uses: pypa/[email protected]
85
env:
86
CIBW_ARCHS: ${{ matrix.cibw_archs }}
87
- CIBW_BUILD: "*"
88
PIP_USE_PEP517: 1
89
90
- name: "Upload artifacts"
91
uses: actions/upload-artifact@v4
92
with:
93
- name: wheels-${{ matrix.os }}
+ name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
94
path: ./wheelhouse/*.whl
95
retention-days: 7
96
0 commit comments