Skip to content

Commit

Permalink
debug traceback for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 19, 2024
1 parent 744f00d commit da82db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extra-dependencies = ["cibuildwheel"]

[tool.hatch.envs.compile.scripts]
libicu = "{root:real}/scripts/install-libicu.sh {args:macOS/gcc}"
build = "cibuildwheel {args:--platform linux {root:real}}"
build = "cibuildwheel {args:--debug-traceback --platform linux {root:real}}"


[tool.hatch.envs.types]
Expand Down

0 comments on commit da82db9

Please sign in to comment.