Skip to content

Commit 906e60b

Browse files
Add win_arm64 wheels.
Closes #29.
1 parent 52fd289 commit 906e60b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Preparation
1616

1717
The script requires Python 3.9 and later and a [PEP 723][pep723] compatible script
1818
runner, such as [`pipx`][pipx], [`pdm`][pdm], [`hatch`][hatch], [`uv`][uv], or
19-
similar. Please refer to their ocumentation for installation instructions.
19+
similar. Please refer to their documentation for installation instructions.
2020

2121
[pep723]: https://peps.python.org/pep-0723/
2222
[pipx]: https://pipx.pypa.io/stable/examples/#pipx-run-examples

make_wheels.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
ZIG_VERSION_INFO_URL = 'https://ziglang.org/download/index.json'
2626
ZIG_PYTHON_PLATFORMS = {
2727
'x86_64-windows': 'win_amd64',
28+
'aarch64-windows': 'win_arm64',
2829
'x86-windows': 'win32',
2930
'x86_64-macos': 'macosx_12_0_x86_64',
3031
'aarch64-macos': 'macosx_12_0_arm64',

0 commit comments

Comments
 (0)