Skip to content

Commit d3b28f6

Browse files
committed
revert pyproject.toml to master version
1 parent cfd52a3 commit d3b28f6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,9 @@ repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {de
2121

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

26-
[tool.cibuildwheel.macos.environment]
27-
LIBGIT2_VERSION = "1.9.0"
28-
LIBSSH2_VERSION = "1.11.1"
29-
OPENSSL_VERSION = "3.2.3"
30-
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci"
31-
CFLAGS = "-I/usr/local/include"
32-
LDFLAGS = "-L/usr/local/lib -lz"
33-
3427
[tool.ruff]
3528
target-version = "py310" # oldest supported Python version
3629
fix = true

0 commit comments

Comments
 (0)