diff --git a/src/oca_github_bot/build_wheels.py b/src/oca_github_bot/build_wheels.py index 39cd8106..d09c6e3f 100644 --- a/src/oca_github_bot/build_wheels.py +++ b/src/oca_github_bot/build_wheels.py @@ -51,6 +51,7 @@ def build_wheel(self, project_dir: Path, dist_dir: str) -> None: check_call( [ self.env_python, + "-P", "-m", "build", "--wheel",