Skip to content

Commit

Permalink
check every wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 4, 2023
1 parent 8e8c0f1 commit 4005735
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 @@ -104,6 +104,7 @@ namespaces = false
[tool.cibuildwheel]
build = "*"
manylinux-x86_64-image = "manylinux2014"
test-command = "python -c \"import onnx_extended;onnx_extended.check_installation()\""

[tool.cibuildwheel.linux]
archs = ["x86_64"]
Expand All @@ -114,7 +115,6 @@ before-build = "pip install auditwheel-symbols abi3audit"
build-verbosity = 1
repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit {wheel} ; auditwheel repair -w {dest_dir} {wheel} || exit 0"
# repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} || exit 0"
test-command = "python -c \"import onnx_extended;onnx_extended.check_installation()\""

[tool.cibuildwheel.macos]
archs = ["x86_64"]
Expand Down

0 comments on commit 4005735

Please sign in to comment.