Skip to content

Commit 52a4368

Browse files
committed
fix typo in toml file
1 parent d1520a2 commit 52a4368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ quote-style = "double"
102102
[tool.cibuildwheel]
103103
build = "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
104104
skip = "*-win32"
105-
manylinux_x86_64-image = "manylinux_2_24"
105+
manylinux-x86_64-image = "manylinux_2_24"
106106
manylinux-aarch64-image = "manylinux_2_24"
107107

108108
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)