-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (25 loc) · 795 Bytes
/
pyproject.toml
File metadata and controls
32 lines (25 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.cibuildwheel]
build = "*"
skip = ""
test-skip = [] # Skip tests on amd64 windows as the runner won't work with them
archs = ["auto"]
build-frontend = "pip"
dependency-versions = "pinned"
environment = {}
environment-pass = []
build-verbosity = ""
before-all = ""
before-build = ""
repair-wheel-command = ""
before-test = ""
test-requires = "pytest"
test-command = "pytest {package}/python_solnp/test/test.py"
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
manylinux-ppc64le-image = "manylinux2014"
manylinux-s390x-image = "manylinux2014"
[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
[build-system]
requires = ["setuptools==75.3.2"] # metadata-version = "2.1"