Skip to content

Commit

Permalink
Parallelize wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Troiber committed Oct 12, 2023
1 parent dbbfcf7 commit b9e424f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -12,11 +12,12 @@ env:

jobs:
build_wheels:
name: Wheels leflib on ${{ matrix.platform.os }} ${{ matrix.platform.arch}}
name: Wheels leflib on ${{ matrix.platform.os }} ${{ matrix.platform.arch}} ${{ matrix.python-version }}
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false
matrix:
python-version: [cp38*, cp39*, cp310*, cp311*]
platform:
- os: ubuntu-latest
arch: x86_64
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
CPPFLAGS="-I/usr/local/opt/flex/include"
CIBW_ENVIRONMENT_WINDOWS: SC_CMAKEARGS="-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake."
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: ${{ matrix.python-version }}
CIBW_SKIP: "pp* *win32 *i686 *-musllinux_*"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_TEST_SKIP: "*_arm64"
Expand Down

0 comments on commit b9e424f

Please sign in to comment.