Skip to content

Commit

Permalink
pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jan 31, 2024
1 parent 2f36c98 commit 8badffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ repair-wheel-command = [
]

[tool.cibuildwheel.macos]
before-all = "pip install pipx"
repair-wheel-command = [
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}",
"pipx run abi3audit --strict --report {wheel}",
"python -m pipx run abi3audit --strict --report {wheel}",
]

[tool.ruff]
Expand Down

0 comments on commit 8badffa

Please sign in to comment.