Skip to content

Commit e69542a

Browse files
authored
Update pyproject.toml
1 parent 16ef28e commit e69542a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pyproject.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,6 @@ wheel.packages = ["src/rapidfuzz"]
6161
wheel.cmake = false
6262
messages.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]
8965
provider = "scikit_build_core.metadata.regex"
9066
input = "src/rapidfuzz/__init__.py"

0 commit comments

Comments
 (0)