Skip to content

Commit 7eee27b

Browse files
authored
Support for win on arm (#201)
* Add support for Windows on ARM64
1 parent e7daaf8 commit 7eee27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
strategy:
1616
matrix:
17-
arch: [AMD64, x86]
17+
arch: [AMD64, x86, ARM64]
1818

1919
env:
2020
CIBW_ARCHS: ${{matrix.arch}}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
strategy:
1818
matrix:
19-
arch: [AMD64, x86]
19+
arch: [AMD64, x86, ARM64]
2020

2121
env:
2222
CIBW_ARCHS: ${{matrix.arch}}

0 commit comments

Comments
 (0)