Skip to content

Commit a9c23e0

Browse files
authored
Merge pull request inveniosoftware-contrib#99 from inveniosoftware-contrib/update-ci
Update test-and-build.yml
2 parents dde25d5 + 4e1455d commit a9c23e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-and-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ jobs:
5353
build: "cp310-*"
5454
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
5555

56-
# the manylinux2014 image also contains python 3.11 and 3.12
56+
# the manylinux2014 image also contains python 3.11, 3.12,
57+
# and 3.13
5758
- os: ubuntu-latest
5859
arch: auto64
5960
type: manylinux2014
60-
build: "cp311-* cp312-* cp313-*"
61+
build: "cp{311,cp312,313}-*"
6162
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6263

6364
- os: macos-latest
@@ -72,7 +73,7 @@ jobs:
7273
- uses: actions/checkout@v4
7374

7475
- name: Build wheels and run tests
75-
uses: pypa/cibuildwheel@v2.16.5
76+
uses: pypa/cibuildwheel@v2.21.3
7677
env:
7778
CIBW_BUILD: ${{ matrix.build }}
7879
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.CIBW_MANYLINUX_X86_64_IMAGE }}

0 commit comments

Comments
 (0)