Skip to content

Commit

Permalink
Add bespoke cp38-manylinux2014_x86_64 wheel for Ubuntu 20.04
Browse files Browse the repository at this point in the history
Build an extra wheel for use with Ubuntu 20.04's system Python 3.8
and pip 20.0.2, which can use manylinux2014 at best.
  • Loading branch information
jmarshall committed Sep 15, 2023
1 parent 6d4a930 commit f403c8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ jobs:
matrix:
os: [ubuntu]
build: ["cp36-* cp37-*", "cp38-* cp39-*", "cp310-* cp311-*", "cp312-*"]
x64image: [manylinux_2_28]

include:
- os: macos
build: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"

- os: ubuntu
build: "cp38-manylinux_x86_64"
x64image: manylinux2014

steps:
- name: Checkout pysam
uses: actions/checkout@v3
Expand All @@ -42,7 +47,7 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 arm64

CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.x64image }}
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

Expand Down

0 comments on commit f403c8c

Please sign in to comment.