Skip to content

Commit

Permalink
Upgrade to manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Feb 2, 2025
1 parent 711a439 commit e3ddbc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches:
- master
- wheels-*
tags:
- 'v*'

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
name: Build wheels for ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -33,6 +34,11 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: "manylinux_2_28"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e3ddbc4

Please sign in to comment.