Skip to content

Commit

Permalink
Add linux aarch64 whl plat tag (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 14, 2023
1 parent bc39a46 commit 8792c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ def has_ext_modules(self):
plat_name = "macosx_10_16_x86_64"
else:
plat_name = "macosx_11_0_arm64"
elif platform.machine() == "aarch64":
# Linux aarch64
plat_name = "manylinux_2_28_aarch64"

setuptools.setup(
name=setup_spec.name,
Expand Down

0 comments on commit 8792c8e

Please sign in to comment.