Skip to content

Commit

Permalink
update scikit-build-core
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 21, 2024
1 parent 344c3cd commit 0a265a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core>=0.10.1",
"scikit-build-core>=0.10.7",
"Cython >=3.0.11, <3.1.0"
]
build-backend = "scikit_build_core.build"
Expand Down Expand Up @@ -67,6 +67,10 @@ wheel.cmake = true

[[tool.scikit-build.overrides]]
if.failed = true
if.env.CIBUILDWHEEL = false
if.env.CONDA_BUILD = false
if.env.PIWHEELS_BUILD = false
if.env.RAPIDFUZZ_BUILD_EXTENSION = false
wheel.cmake = false
messages.after-success = "failed to build C++ Extension, falling back to pure Python Extension"

Expand Down
4 changes: 2 additions & 2 deletions tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ index 517f32d..1e855ed 100644
@@ -1,7 +1,6 @@
[build-system]
requires = [
- "scikit-build-core>=0.10.1",
- "scikit-build-core>=0.10.7",
- "Cython >=3.0.11, <3.1.0"
+ "scikit-build-core>=0.10.1"
+ "scikit-build-core>=0.10.7"
]
build-backend = "scikit_build_core.build"

0 comments on commit 0a265a8

Please sign in to comment.