Skip to content

Commit c5db72d

Browse files
committed
CI: fixing wheels
Assisted-by: Kimi-k2.6
1 parent 433c93f commit c5db72d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependency-versions = "pinned"
1212
environment = {LIBGIT2_VERSION="1.9.2", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.5.4"}
1313

1414
before-all = "sh build.sh"
15+
before-build = "export LIBGIT2='{package}/ci'"
1516
test-command = "pytest"
1617
test-sources = ["test", "pytest.ini"]
1718
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
3435
environment.LIBGIT2_SRC = "build/libgit2_src"
3536
environment.LIBGIT2_VERSION = "1.9.2"
3637
before-all = "powershell -File build.ps1"
38+
before-build = ""
3739

3840
[[tool.cibuildwheel.overrides]]
3941
select="*-win_amd64"

0 commit comments

Comments
 (0)