Skip to content

Commit

Permalink
adding wheel to cibuild prep
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 23, 2024
1 parent 51bc61a commit 2dba5f0
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 @@ -138,7 +138,7 @@ atomic = true
[tool.cibuildwheel]
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-win_arm64"] #, "*-musllinux*"]
build-frontend = { name = "build", args = ["-w","-n"] }
before-build = "pip install setuptools cmake numpy pyzmq cmake-build-extension"
before-build = "pip install setuptools cmake numpy pyzmq cmake-build-extension wheel"
build-verbosity = "3"

# https://github.com/pdfo/pdfo
Expand Down

0 comments on commit 2dba5f0

Please sign in to comment.