Skip to content

Commit

Permalink
Merge pull request #221 from snad-space/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/cibuildwheel-2.22.0

Bump pypa/cibuildwheel from 2.21.1 to 2.22.0
  • Loading branch information
hombit authored Dec 8, 2024
2 parents 10123d7 + a77d619 commit 54c287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "CC=$(brew --prefix llvm)/bin/clang" >> $GITHUB_ENV
echo "CONIFEREST_FORCE_OPENMP_ON_MACOS=1" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_ARCHS: ${{ matrix.archs }}
# We skip MUSL (no numpy binary wheels) and PyPy
Expand Down

0 comments on commit 54c287f

Please sign in to comment.