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:
98
98
tags :
99
99
only : /.*/
100
100
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 22
22
include :
23
23
- image : manylinux_2_28_x86_64
24
24
build : " *manylinux*"
25
- - image : musllinux_1_2_x86_64:2025.02.02-1
25
+ - image : musllinux_1_2_x86_64
26
26
build : " *musllinux*"
27
27
28
28
steps :
53
53
# Linux arm64 wheels are built on circleci
54
54
CIBW_ARCHS_LINUX : auto64 # ppc64le s390x
55
55
56
-
57
- - id : image_name_fix
58
- run : |
59
- image=${{ matrix.image }}; echo "fixed_image_name=${image/:/_}" >>${GITHUB_OUTPUT}
60
56
- uses : actions/upload-artifact@v4
61
57
with :
62
- name : artifact-${{steps.image_name_fix.outputs.fixed_image_name }}
58
+ name : artifact-${{ matrix.image }}
63
59
path : ./wheelhouse/*.whl
64
60
65
61
build_sdist :
You can’t perform that action at this time.
0 commit comments