Skip to content

Commit 4feca26

Browse files
committed
chore: publish win32-arm64 wheel
1 parent 25fb05d commit 4feca26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"platform": "win32",
6767
"zip_name": "win32_x64",
6868
},
69+
{
70+
"wheel": "win_arm64.whl",
71+
"machine": "arm64",
72+
"platform": "win32",
73+
"zip_name": "win32_arm64",
74+
},
6975
]
7076

7177
if len(sys.argv) == 2 and sys.argv[1] == "--list-wheels":

0 commit comments

Comments
 (0)