Skip to content

Commit

Permalink
Use manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
ermakov-oleg committed Aug 6, 2024
1 parent a426bdc commit bc6e130
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-latest
target: aarch64
steps:
- uses: actions/checkout@v4
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
working-directory: cli
args: --release --out dist
sccache: "true"
manylinux: manylinux_2_28
before-script-linux: |
yum install clang llvm llvm-devel -y
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bc6e130

Please sign in to comment.