diff --git a/build_wheels.py b/build_wheels.py index a2af99c..f4588cc 100644 --- a/build_wheels.py +++ b/build_wheels.py @@ -3,7 +3,7 @@ architectures = dict(darwin=['x86_64', 'arm64'], win32=['32bit', '64bit'], - linux=['x86_64'], + linux=['x86_64', 'arm64'], noplatform='noarch') def cleanup():