diff --git a/pyproject.toml b/pyproject.toml index 5d4f19bf..b37a04b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,9 @@ dependencies = [ Source = "https://github.com/yhs0602/CraftGround" Tracker = "https://github.com/yhs0602/CraftGround/issues" +[tool.cibuildwheel.macos] +repair-wheel-command = "" # Disable repair wheel command on macOS + [tool.scikit-build] wheel.expand-macos-universal-tags = true