Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.15 to 2.16
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15 to 2.16.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.15...v2.16)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent ef24018 commit 8d9c331
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 @@ -49,19 +49,19 @@ jobs:
# We use the cibuildwheel action to take care of everything
- name: Build wheels (Mac)
if: runner.os == 'macOS'
uses: pypa/cibuildwheel@v2.15
uses: pypa/cibuildwheel@v2.16

- name: Build wheels (Linux)
if: runner.os == 'Linux'
uses: pypa/cibuildwheel@v2.15
uses: pypa/cibuildwheel@v2.16
env:
SKBUILD_CMAKE_ARGS: -DCMAKE_Fortran_COMPILER=${{ steps.sf.outputs.fc }};-DCMAKE_C_COMPILER=${{ steps.sf.outputs.cc }}
CC: ${{ steps.setup-fortran.outputs.cc }}
FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Build wheels (Windows)
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.15
uses: pypa/cibuildwheel@v2.16
env:
# when building with windows the Cython generated sources lacks linking
# against -lpythonX.Y, I don't know why, or how to bypass this problem.
Expand Down

0 comments on commit 8d9c331

Please sign in to comment.