Skip to content

Commit 2b998cb

Browse files
removed the cibuildwheel stuff, to keep this clean.
1 parent f685046 commit 2b998cb

3 files changed

Lines changed: 0 additions & 128 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

cmake/BuildGD.cmake

Lines changed: 0 additions & 36 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,3 @@ build-dir = "build"
4444
[tool.scikit-build.metadata.version]
4545
provider = "scikit_build_core.metadata.regex"
4646
input = "py_gd/__init__.py"
47-
48-
[tool.cibuildwheel]
49-
build-frontend = "build[uv]"
50-
test-groups = ["test"]
51-
test-command = "pytest --pyargs py_gd"
52-
skip = ["*musl*"]
53-
linux.before-all = [
54-
"dnf install -y gd-devel",
55-
]
56-
macos.config-settings = { "cmake.define.BUILD_DEPS" = "ON"}
57-
macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
58-
59-
# Use delvewheel on windows
60-
[tool.cibuildwheel.windows]
61-
before-build = "pip install delvewheel"
62-
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"

0 commit comments

Comments
 (0)