Skip to content

Commit

Permalink
Merge pull request #769 from zerothi/dependabot/github_actions/pypa/c…
Browse files Browse the repository at this point in the history
…ibuildwheel-2.18

Bump pypa/cibuildwheel from 2.17 to 2.18
  • Loading branch information
zerothi committed May 14, 2024
2 parents 4d7398f + 91af57a commit b6bb074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ jobs:
# We use the cibuildwheel action to take care of everything
- name: Build wheels (Mac)
if: runner.os == 'macOS'
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_ARCHS: "${{ matrix.arch }}"

- name: Build wheels (Linux)
if: runner.os == 'Linux'
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_ARCHS: "${{ matrix.arch }}"
SKBUILD_CMAKE_ARGS: -DCMAKE_Fortran_COMPILER=${{ steps.sf.outputs.fc }};-DCMAKE_C_COMPILER=${{ steps.sf.outputs.cc }}

- name: Build wheels (Windows)
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_ARCHS: "${{ matrix.arch }}"
SKBUILD_CMAKE_ARGS: -DCMAKE_Fortran_COMPILER=${{ steps.sf.outputs.fc }};-DCMAKE_C_COMPILER=${{ steps.sf.outputs.cc }}
Expand Down

0 comments on commit b6bb074

Please sign in to comment.