Skip to content

Commit 04fc549

Browse files
authored
Update pyproject.toml
1 parent bc84254 commit 04fc549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ packages = [
4646
"pyplusplus.messages",
4747
"pyplusplus.binary_parsers"
4848
]
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

Comments
 (0)