Skip to content

Commit bcc6633

Browse files
committed
Revert "cibuildwheel musllinux: pin to older image pypa/manylinux#1795"
This reverts commit 8e9d7fe.
1 parent 0e783fd commit bcc6633

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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:
@@ -53,13 +53,9 @@ jobs:
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:

0 commit comments

Comments
 (0)