Skip to content

Commit 209d999

Browse files
committed
1
1 parent 01b9daa commit 209d999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ before-test = "pip install -r {project}/test-requirements.txt"
9696

9797
manylinux-x86_64-image = "manylinux_2_28"
9898
manylinux-aarch64-image = "manylinux_2_28"
99-
manylinux-pypy-x86_64-image = "manylinux_2_28"
100-
manylinux-pypy-aarch64-image = "manylinux_2_28"
99+
manylinux-pypy_x86_64-image = "manylinux_2_28"
100+
manylinux-pypy_aarch64-image = "manylinux_2_28"
101101

102102
[tool.cibuildwheel.linux]
103103
build = ["cp3*_x86_64"]

0 commit comments

Comments
 (0)