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 04f05d8 commit 96d91c9Copy full SHA for 96d91c9
pyproject.toml
@@ -46,7 +46,7 @@ build.verbose = true
46
logging.level = "DEBUG"
47
cmake.args = [
48
"-DCMAKE_TOOLCHAIN_FILE=./vendor/vcpkg/scripts/buildsystems/vcpkg.cmake",
49
- "-DVCPKG_INSTALLED_DIR=./cmake-build-release",
+ "-DVCPKG_INSTALLED_DIR=./vcpkg_installed",
50
"-DBUILD_PYTHON_EXTENSION=ON"
51
]
52
sdist.include = [
@@ -79,11 +79,3 @@ VCPKG_ROOT = "{project}/vendor/vcpkg"
79
before-all = "yum install -y perl perl-IPC-Cmd zip"
80
#manylinux-x86_64-image = "manylinux2014"
81
manylinux-x86_64-image = "manylinux_2_28"
82
-
83
-#[tool.cibuildwheel.windows]
84
-#repair-wheel-command = """\
85
-# delvewheel repair \
86
-# -v \
87
-# --wheel-dir={dest_dir} \
88
-# {wheel} \
89
-#"""
0 commit comments