Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.13.1 to 2.16.2
  • Loading branch information
hombit authored Jan 8, 2024
2 parents d094498 + 93ffa70 commit 9015ec5
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.13.1
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS: ${{ matrix.archs }}
# We skip MUSL (no numpy binary wheels) and PyPy
Expand Down

0 comments on commit 9015ec5

Please sign in to comment.