Skip to content

Commit 9742677

Browse files
committed
add full url for linux image
1 parent ea82680 commit 9742677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Build wheels
3939
env:
4040
CIBW_SKIP: pp*
41-
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_34_x86_64"
42-
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_34_aarch64"
41+
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_34_x86_64"
42+
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4343
CIBW_ARCHS: "native"
4444
CIBW_BEFORE_TEST: "pip install pydantic"
4545
CIBW_TEST_COMMAND: "python3 example/example.py"

0 commit comments

Comments
 (0)