Skip to content

Commit

Permalink
v0.12.4 - Include env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Jul 7, 2022
1 parent 7b7f4e8 commit c297df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: .
Expand Down

0 comments on commit c297df1

Please sign in to comment.