Skip to content

Commit

Permalink
Merge pull request #307 from acsone/safe-path-sbi
Browse files Browse the repository at this point in the history
Don't prepend current directory when building
  • Loading branch information
sbidoul authored Oct 2, 2024
2 parents b42e34f + 7145db5 commit ba8671c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oca_github_bot/build_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def build_wheel(self, project_dir: Path, dist_dir: str) -> None:
check_call(
[
self.env_python,
"-P",
"-m",
"build",
"--wheel",
Expand Down

0 comments on commit ba8671c

Please sign in to comment.