Skip to content

Commit

Permalink
Fix manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Mar 21, 2024
1 parent abccdbe commit 869beeb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ jobs:
matrix:
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
image:
- manylinux2010_x86_64
- manylinux_2_24_x86_64
- musllinux_1_1_x86_64
exclude:
- image: manylinux2010_x86_64
python-abi: cp311-cp311
- image: manylinux2010_i686
python-abi: cp311-cp311
- manylinux2014_x86_64
container: quay.io/pypa/${{ matrix.image }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 869beeb

Please sign in to comment.