Skip to content

Commit

Permalink
Merge pull request #99 from inveniosoftware-contrib/update-ci
Browse files Browse the repository at this point in the history
Update test-and-build.yml
  • Loading branch information
JonoYang authored Oct 24, 2024
2 parents dde25d5 + 4e1455d commit a9c23e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
build: "cp310-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010

# the manylinux2014 image also contains python 3.11 and 3.12
# the manylinux2014 image also contains python 3.11, 3.12,
# and 3.13
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "cp311-* cp312-* cp313-*"
build: "cp{311,cp312,313}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- os: macos-latest
Expand All @@ -72,7 +73,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 a9c23e0

Please sign in to comment.