File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -61,30 +61,6 @@ wheel.packages = ["src/rapidfuzz"]
6161wheel.cmake = false
6262messages.after-success = " {yellow}CMake unavailable, falling back to pure Python Extension"
6363
64- [[tool .scikit-build .overrides ]]
65- if.any.system-cmake = " >=3.15"
66- if.any.cmake-wheel = true
67- wheel.cmake = true
68- messages.after-success = " {green}C++ Extension built successfully"
69-
70- [[tool .scikit-build .overrides ]]
71- if.failed = true
72- if.env.CIBUILDWHEEL = false
73- if.env.CONDA_BUILD = false
74- if.env.PIWHEELS_BUILD = false
75- if.env.RAPIDFUZZ_BUILD_EXTENSION = false
76- wheel.cmake = false
77- messages.after-success = " {yellow}Failed to build C++ Extension, falling back to pure Python Extension"
78-
79- [[tool .scikit-build .overrides ]]
80- if.any.env.CIBUILDWHEEL = true
81- if.any.env.CONDA_BUILD = true
82- if.any.env.PIWHEELS_BUILD = true
83- if.any.env.RAPIDFUZZ_BUILD_EXTENSION = true
84- wheel.cmake = true
85- messages.after-success = " {green}C++ Extension built successfully"
86- messages.after-failure = " {red}Failed to build C++ Extension in a packaged build"
87-
8864[tool .scikit-build .metadata .version ]
8965provider = " scikit_build_core.metadata.regex"
9066input = " src/rapidfuzz/__init__.py"
You can’t perform that action at this time.
0 commit comments