We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248b5cb commit 46bd8c4Copy full SHA for 46bd8c4
1 file changed
pyproject.toml
@@ -115,3 +115,6 @@ build-dir = "build/{wheel_tag}"
115
116
# Build stable ABI wheels for CPython 3.10+
117
wheel.py-api = "cp310"
118
+
119
+[tool.cibuildwheel]
120
+before-all = "yum install -y boost-devel || apt-get update && apt-get install -y libboost-all-dev || apk add boost-dev"
0 commit comments