From 5b25d4f184b74a2626350672e2f3021958f8ed5e Mon Sep 17 00:00:00 2001 From: ekneg54 Date: Mon, 9 Sep 2024 15:46:18 +0200 Subject: [PATCH] use generic job --- .github/workflows/ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc20017c..67f574a4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,14 +110,11 @@ jobs: with: platforms: all + - name: Install cibuildwheel + run: python -m pip install cibuildwheel + - name: Build wheels - uses: pypa/cibuildwheel@v1.12.0 - 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: