Skip to content

Commit

Permalink
chore: build before wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Mar 24, 2024
1 parent bbc2d8e commit ac5a5e8
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 @@ -46,7 +46,7 @@ exclude = ["tests"]
[tool.cibuildwheel]
skip = ["pp*", "*-manylinux_i686", "*-musllinux_*"]
before-all = "uname -a"
before-build = "python setup.py build_ext --inplace"
before-build = "pipx run build --sdist"

[project.urls]
Homepage = "https://github.com/amphibian-dev/toad"
Expand Down

0 comments on commit ac5a5e8

Please sign in to comment.