File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
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
101
+ image : quay.io/pypa/musllinux_1_2_aarch64:2025.02.02-1
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
25
+ - image : musllinux_1_2_x86_64:2025.02.02-1
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}
56
60
- uses : actions/upload-artifact@v4
57
61
with :
58
- name : artifact-${{ matrix.image }}
62
+ name : artifact-${{steps.image_name_fix.outputs.fixed_image_name }}
59
63
path : ./wheelhouse/*.whl
60
64
61
65
build_sdist :
You can’t perform that action at this time.
0 commit comments