Skip to content

Commit a05524e

Browse files
authored
ci: add support for building windows arm wheels
1 parent d53ad27 commit a05524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
CIBW_TEST_REQUIRES: "pytest"
3535
CIBW_TEST_COMMAND: "pytest {package}/test"
36-
CIBW_SKIP: "pp* cp38-*"
36+
CIBW_SKIP: "pp* cp38-* cp39-win_arm64 cp310-win_arm64"
3737

3838
- name: Build sdist
3939
if: runner.os == 'Linux' && runner.arch == 'X64'

0 commit comments

Comments
 (0)