Skip to content

Commit

Permalink
proj (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre authored Mar 18, 2024
1 parent 7222f24 commit 48758e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ test-command = "python -m pip install onnxruntime&&python -c \"import onnx_exten
[tool.cibuildwheel.linux]
archs = ["x86_64"]
build = "cp*"
skip = "pypy* *musllinux* cp36-* cp37-* cp38-* cp39-* cp310-* cp312-* cp313-* cp314-*"
skip = "pypy* *musllinux* cp36-* cp37-* cp38-* cp39-* cp312-* cp313-* cp314-*"
manylinux-x86_64-image = "manylinux_2_28"
before-build = "pip install auditwheel-symbols abi3audit"
build-verbosity = 1
Expand Down

0 comments on commit 48758e8

Please sign in to comment.