Skip to content

Commit

Permalink
Try without
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Nov 29, 2023
1 parent 1f274f9 commit c08b1ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wheel_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
check_commands.append("cibuildwheel --print-build-identifiers")
if run_in_sdist:
commands.append(f"cd '{extracted_sdist_dir}'")
# FIXME: testing
commands.append("sed -i 's/^before-build.*//' pyproject.toml")
commands.append(f"cibuildwheel --output-dir '{wheelhouse}' '{package_path}'")
joined_command = " && ".join(commands)
joined_check_command = " && ".join(check_commands)
Expand Down

0 comments on commit c08b1ac

Please sign in to comment.