File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ build_wheels_task:
32
32
VENV : $HOME/relenv
33
33
PATH : $VENV/bin:$PATH
34
34
35
- CIBW_SKIP : " *-musllinux_*"
36
35
CIBW_BUILD_VERBOSITY : 1
37
36
38
37
# Avoid linking with non-system library libdeflate.dylib
39
38
CIBW_ENVIRONMENT_MACOS : HTSLIB_CONFIGURE_OPTIONS="--without-libdeflate"
40
39
41
40
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
41
+ CIBW_MUSLLINUX_AARCH64_IMAGE : musllinux_1_2
42
42
43
43
install_script : |
44
44
python3 -m venv $VENV
45
- pip3 install cibuildwheel==2.22.0
45
+ pip3 install cibuildwheel==2.23.3
46
46
47
47
build_script : |
48
48
cibuildwheel
Original file line number Diff line number Diff line change 31
31
run : devtools/check-platform.sh ${{ matrix.os }}
32
32
33
33
- name : Build wheels
34
- uses : pypa/cibuildwheel@v2.22.0
34
+ uses : pypa/cibuildwheel@v2.23.3
35
35
env :
36
36
CIBW_BUILD : ${{ matrix.build }}
37
- CIBW_SKIP : " *-musllinux_*"
38
37
CIBW_BUILD_VERBOSITY : 1
39
38
40
39
# Avoid linking with non-system library libdeflate.dylib
46
45
CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.x64image }}
47
46
CIBW_MANYLINUX_I686_IMAGE : manylinux2014
48
47
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
48
+ CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_2
49
49
50
50
- name : Check wheelhouse
51
51
run : devtools/artifactname.py wheelhouse/*.whl >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments