Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 23, 2024
1 parent a9d5e53 commit c0655cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,11 @@ before-build = [
"rm -rf '{project}/build'",
]

# We are using static linking, thus repairing wheels is not necessary.
repair-wheel-command = ""
# We are using static linking, thus repairing wheels should not be necessary.
# Exception being when building portable Linux wheels.
# See https://github.com/scikit-build/scikit-build-core/pull/698#issuecomment-2082991257
repair-wheel-command-macos = ""
repair-wheel-command-windows = ""

[tool.ruff]
extend-select = [
Expand Down

0 comments on commit c0655cc

Please sign in to comment.