Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
    * Build for manylinux_2_28
    * Use cibuildwheel v2.21.3

Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Oct 24, 2024
1 parent dde25d5 commit e5f217d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,15 @@ jobs:
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "cp311-* cp312-* cp313-*"
build: "cp{311,cp312,313}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- os: ubuntu-latest
arch: auto64
type: manylinux_2_28
build: "cp313-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28

- os: macos-latest
arch: universal2
build: "cp{39,310,311,312,313}-*"
Expand All @@ -72,7 +78,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels and run tests
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: ${{ matrix.build }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.CIBW_MANYLINUX_X86_64_IMAGE }}
Expand Down

0 comments on commit e5f217d

Please sign in to comment.