Skip to content

Commit

Permalink
Test aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharg committed Mar 6, 2024
1 parent a0f0216 commit 59cfd67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "binaryen.py"
version = "117.0.0-alpha.1"
version = "117.0.0-alpha.2"
description = "A Python wrapper for Binaryen"
authors = [{ name = "Jonathan Hargreaves", email = "jhargreaves189@gmail.com" }]
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,7 @@ Changelog = "https://github.com/jonathanharg/binaryen.py/blob/main/CHANGELOG.md"
"Original Source Code" = "https://github.com/WebAssembly/binaryen"

[project.optional-dependencies]
dev = ["black", "isort"]
dev = ["black", "isort", "cibuildwheel"]

[tool.setuptools]
packages = ["binaryen", "binaryen.type"]
Expand All @@ -55,8 +55,8 @@ archs = ["x86_64", "arm64"]
archs = ["AMD64"]

[tool.cibuildwheel.linux]
# archs = ["x86_64", "aarch64"]
archs = ["x86_64"]
archs = ["x86_64", "aarch64"]
# archs = ["x86_64"]
before-all = ["yum install wget -y", "bash ./scripts/build_libbinaryen.sh"]


Expand Down

0 comments on commit 59cfd67

Please sign in to comment.