Skip to content

Commit ce2b99d

Browse files
committed
switch from manylinux2014 to manylinux_2_28
1 parent 88661cb commit ce2b99d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run cibuildwheel
5252
run: |
5353
pip install cibuildwheel
54-
cibuildwheel --debug-traceback --print-build-identifiers --output-dir wheelhouse
54+
cibuildwheel --debug-traceback --output-dir wheelhouse
5555
env:
5656
CIBW_BEFORE_BUILD_LINUX: |
5757
curl -L -o graalvm.tar.gz https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-23.0.2/graalvm-community-jdk-23.0.2_linux-x64_bin.tar.gz

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mkdocs-material = "^9.5.50"
3939
mkdocstrings = {extras = ["python"], version = "^0.27.0"}
4040

4141
[tool.cibuildwheel]
42-
build = "cp311-manylinux2014_x86_64 cp312-manylinux2014_x86_64 cp313-manylinux2014_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64 cp3*-win_amd64"
42+
build = "cp311-manylinux_2_28_x86_64 cp312-manylinux_2_28_x86_64 cp313-manylinux_2_28_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64 cp3*-win_amd64"
4343
skip = "cp36-* cp37-* cp38-* cp39-* cp310-*"
4444

4545
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)