Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 6, 2023
1 parent 89db13f commit 38a706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/pyodide.py
Expand Up @@ -296,7 +296,7 @@ def build(options: Options, tmp_path: Path) -> None:
build_options.package_dir,
*extra_flags,
env=build_env,
cwd=identifier_tmp_dir / "build"
cwd=identifier_tmp_dir / "build",
)
output = next((identifier_tmp_dir / "build/dist").glob("*.whl"))
shutil.move(str(output), built_wheel_dir)
Expand Down

0 comments on commit 38a706b

Please sign in to comment.