Skip to content

Commit 2ea394f

Browse files
committed
Building arm64 on windows and linux
1 parent afe573c commit 2ea394f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ jobs:
8484
uses: pypa/[email protected]
8585
env:
8686
CIBW_ARCHS: ${{ matrix.cibw_archs }}
87-
CIBW_BUILD: "*"
8887
PIP_USE_PEP517: 1
8988

9089
- name: "Upload artifacts"
9190
uses: actions/upload-artifact@v4
9291
with:
93-
name: wheels-${{ matrix.os }}
92+
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
9493
path: ./wheelhouse/*.whl
9594
retention-days: 7
9695

0 commit comments

Comments
 (0)