From c297df15c213da87c6661d7bcaf8258e0aeba9e6 Mon Sep 17 00:00:00 2001 From: atomflunder <80397293+atomflunder@users.noreply.github.com> Date: Fri, 8 Jul 2022 00:44:13 +0200 Subject: [PATCH] v0.12.4 - Include env variable --- .github/workflows/build_wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 349aeb2..f78b627 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build_wheels: - name: Build wheels on ${{ matrix.os }} + name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} runs-on: ${{ matrix.os }} strategy: matrix: @@ -23,8 +23,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.8.0 - # env: - # CIBW_SOME_OPTION: value + env: + CIBW_ARCHS_LINUX: ${{ matrix.arch }} # ... # with: # package-dir: .