Skip to content

Commit

Permalink
Bump cibuildwheel version
Browse files Browse the repository at this point in the history
Recent GitHub infrastructure changes require a new `cibuildwheel`
release.
  • Loading branch information
jcrist committed Feb 22, 2024
1 parent e1b8892 commit 43c239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp38-*_aarch64 cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64" >> $GITHUB_ENV
- name: Build & Test Wheels
uses: pypa/cibuildwheel@v2.16.1
uses: pypa/cibuildwheel@v2.16.5

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 43c239e

Please sign in to comment.