We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc84254 commit 04fc549Copy full SHA for 04fc549
pyproject.toml
@@ -46,3 +46,10 @@ packages = [
46
"pyplusplus.messages",
47
"pyplusplus.binary_parsers"
48
]
49
+
50
+[tool.cibuildwheel]
51
+archs = ["auto64"]
52
+build-verbosity = 1
53
54
+manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
55
+manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64"
0 commit comments