Skip to content

Commit

Permalink
Update pypa/cibuildwheel version to fix the issue with GPG keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch authored Feb 13, 2024
1 parent 67e2a7f commit 5f94f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.0
env:
# Configure cibuildwheel to build native archs, and some emulated ones
CIBW_ARCHS_LINUX: x86_64 aarch64
Expand Down

0 comments on commit 5f94f18

Please sign in to comment.