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 b12dd24 commit 2ca029dCopy full SHA for 2ca029d
pyproject.toml
@@ -120,7 +120,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
120
archs = ["arm64", "universal2"]
121
build = "cp*"
122
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
123
-before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"\\nexport MACOSX_DEPLOYMENT_TARGET=14.0' >> /Users/runner/.bash_profile"
+before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"' >> /Users/runner/.bash_profile&&export MACOSX_DEPLOYMENT_TARGET=14.0"
124
125
[tool.cibuildwheel.windows]
126
archs = ["AMD64"]
0 commit comments