Skip to content

Commit

Permalink
use generic job
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Sep 9, 2024
1 parent a088ca0 commit 5b25d4f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,11 @@ jobs:
with:
platforms: all

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_BUILD_LINUX: "cp310-* cp311-* cp312-*"
CIBW_SKIP_LINUX: "*pp* *i686*musl*"
CIBW_BEFORE_BUILD_LINUX: "curl -sSf https://sh.rustup.rs | sh -s -- -y"
CIBW_ENVIRONMENT: "PATH=$HOME/.cargo/bin:$PATH"
run: python -m cibuildwheel --output-dir wheelhouse

containerbuild:
strategy:
Expand Down

0 comments on commit 5b25d4f

Please sign in to comment.