Skip to content

Commit c3dfdd1

Browse files
committed
CI: cibuildwheel v2.24.1, restore manylinux_2_28 alias
1 parent 4f61f05 commit c3dfdd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v2.23.3
23+
uses: pypa/cibuildwheel@v2.24.1
2424

2525
- uses: actions/upload-artifact@v4
2626
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" }
6464

6565
[tool.cibuildwheel.linux]
6666
archs = ["x86_64"]
67-
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:latest"
67+
manylinux-x86_64-image = "manylinux_2_28"
6868

6969
[tool.cibuildwheel.windows]
7070
archs = ["AMD64"]

0 commit comments

Comments
 (0)