Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jun 19, 2024
1 parent 4189894 commit 3526234
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ repair-wheel-command = [
]

[tool.cibuildwheel.macos]
environment = { PYO3_PYTHON = "python3.10" }
before-build = "export PYO3_PYTHON=python3.10"
repair-wheel-command = [
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}",
"pipx run abi3audit --strict --report {wheel}",
"uv pip install abi3audit",
"abi3audit --strict --report {wheel}",
]

[tool.mypy]
Expand Down

0 comments on commit 3526234

Please sign in to comment.