Skip to content

Commit 6eed539

Browse files
authored
Merge pull request #11 from aboutcode-org/update-github-actions
Use updated cibuildwheel
2 parents 1f7856d + 4254051 commit 6eed539

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
build: ["cp{310,311,312,313,314}-*"]
3434

3535
include:
36-
- os: ubuntu-latest
37-
arch: auto64
38-
type: manylinux2010
39-
build: "cp310-*"
40-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
41-
4236
- os: ubuntu-latest
4337
arch: auto64
4438
type: manylinux2014
@@ -57,7 +51,7 @@ jobs:
5751
- uses: actions/checkout@v4
5852

5953
- name: Build wheels and run tests
60-
uses: pypa/cibuildwheel@v2.23.3
54+
uses: pypa/cibuildwheel@v3.2.1
6155
env:
6256
CIBW_BUILD: ${{ matrix.build }}
6357
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
build: ["cp{310,311,312,313,314}-*"]
4141

4242
include:
43-
- os: ubuntu-latest
44-
arch: auto64
45-
type: manylinux2010
46-
build: "cp310-*"
47-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
48-
4943
- os: ubuntu-latest
5044
arch: auto64
5145
type: manylinux2014
@@ -64,7 +58,7 @@ jobs:
6458
- uses: actions/checkout@v4
6559

6660
- name: Build wheels and run tests
67-
uses: pypa/cibuildwheel@v2.23.3
61+
uses: pypa/cibuildwheel@v3.2.1
6862
env:
6963
CIBW_BUILD: ${{ matrix.build }}
7064
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)