File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ workflows:
9898 tags :
9999 only : /.*/
100100 build : " *musllinux*"
101- image : quay.io/pypa/musllinux_1_2_aarch64:2025.02.02-1
101+ image : quay.io/pypa/musllinux_1_2_aarch64
Original file line number Diff line number Diff line change 2222 include :
2323 - image : manylinux_2_28_x86_64
2424 build : " *manylinux*"
25- - image : musllinux_1_2_x86_64:2025.02.02-1
25+ - image : musllinux_1_2_x86_64
2626 build : " *musllinux*"
2727
2828 steps :
5353 # Linux arm64 wheels are built on circleci
5454 CIBW_ARCHS_LINUX : auto64 # ppc64le s390x
5555
56-
57- - id : image_name_fix
58- run : |
59- image=${{ matrix.image }}; echo "fixed_image_name=${image/:/_}" >>${GITHUB_OUTPUT}
6056 - uses : actions/upload-artifact@v4
6157 with :
62- name : artifact-${{steps.image_name_fix.outputs.fixed_image_name }}
58+ name : artifact-${{ matrix.image }}
6359 path : ./wheelhouse/*.whl
6460
6561 build_sdist :
You can’t perform that action at this time.
0 commit comments