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 433c93f commit c5db72dCopy full SHA for c5db72d
1 file changed
pyproject.toml
@@ -12,6 +12,7 @@ dependency-versions = "pinned"
12
environment = {LIBGIT2_VERSION="1.9.2", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.5.4"}
13
14
before-all = "sh build.sh"
15
+before-build = "export LIBGIT2='{package}/ci'"
16
test-command = "pytest"
17
test-sources = ["test", "pytest.ini"]
18
before-test = "pip install -r {package}/requirements-test.txt"
@@ -34,6 +35,7 @@ repair-wheel-command = "DYLD_LIBRARY_PATH={package}/ci/lib delocate-wheel --requ
34
35
environment.LIBGIT2_SRC = "build/libgit2_src"
36
environment.LIBGIT2_VERSION = "1.9.2"
37
before-all = "powershell -File build.ps1"
38
+before-build = ""
39
40
[[tool.cibuildwheel.overrides]]
41
select="*-win_amd64"
0 commit comments