Skip to content

Commit af5138c

Browse files
authored
Merge pull request #297 from jonathangreen/feature/fix-manylinux
Fix manylinux build workflow
2 parents 749c7fa + 869beeb commit af5138c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/manylinux.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ jobs:
77
matrix:
88
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
99
image:
10-
- manylinux2010_x86_64
11-
- manylinux_2_24_x86_64
12-
- musllinux_1_1_x86_64
13-
exclude:
14-
- image: manylinux2010_x86_64
15-
python-abi: cp311-cp311
16-
- image: manylinux2010_i686
17-
python-abi: cp311-cp311
10+
- manylinux2014_x86_64
1811
container: quay.io/pypa/${{ matrix.image }}
1912
steps:
2013
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)