Skip to content

Commit

Permalink
Update pyproject.toml - attempt to force zlib bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 4, 2025
1 parent 576e1b1 commit b6b6d82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {de

[tool.cibuildwheel.macos]
archs = ["universal2"]
environment = {LIBGIT2_VERSION="1.9.0", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.2.3", LIBGIT2="/Users/runner/work/pygit2/pygit2/ci"}
repair-wheel-command = "DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos.environment]
LIBGIT2_VERSION = "1.9.0"
LIBSSH2_VERSION = "1.11.1"
OPENSSL_VERSION = "3.2.3"
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci"
CFLAGS = "-I/usr/local/include"
LDFLAGS = "-L/usr/local/lib"

[tool.ruff]
target-version = "py310" # oldest supported Python version
fix = true
Expand Down

0 comments on commit b6b6d82

Please sign in to comment.