Skip to content

Commit 0e17c00

Browse files
Update build-wheels.yml
Musl 1.2 in stable releases
1 parent e7acb09 commit 0e17c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_24
169169
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
170170
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_24
171-
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_1
172-
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_1
171+
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_2
172+
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
173173
# Only build on x86 and arm64 for linux
174174
CIBW_ARCHS_LINUX: auto aarch64
175175
CIBW_BEFORE_ALL_LINUX: >

0 commit comments

Comments
 (0)