[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Paul McCarthy
parent
1f52f30fcf
commit
82c3d4a4b7
+5
-2
@@ -44,7 +44,9 @@ def cibuildwheel_get_build_identifiers(project_path, env=None, *, prerelease_pyt
|
||||
return cmd_output.strip().split("\n")
|
||||
|
||||
|
||||
def cibuildwheel_run(project_path, package_dir=".", env=None, add_env=None, output_dir=None, add_args=None):
|
||||
def cibuildwheel_run(
|
||||
project_path, package_dir=".", env=None, add_env=None, output_dir=None, add_args=None
|
||||
):
|
||||
"""
|
||||
Runs cibuildwheel as a subprocess, building the project at project_path.
|
||||
|
||||
@@ -81,7 +83,8 @@ def cibuildwheel_run(project_path, package_dir=".", env=None, add_env=None, outp
|
||||
"--output-dir",
|
||||
str(output_dir or tmp_output_dir),
|
||||
str(package_dir),
|
||||
] + add_args,
|
||||
]
|
||||
+ add_args,
|
||||
env=env,
|
||||
cwd=project_path,
|
||||
check=True,
|
||||
|
||||
Reference in New Issue
Block a user