Skip to content

Commit

Permalink
use manylinux_2_24
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 18, 2021
1 parent a5b554e commit 46088e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: auto universal2
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_24
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_24
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse

0 comments on commit 46088e7

Please sign in to comment.