We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd8eb5 commit 5f0164aCopy full SHA for 5f0164a
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Build wheel
28
- uses: pypa/cibuildwheel@v2.12.1
+ uses: pypa/cibuildwheel@v2.16.2
29
env:
30
CIBW_ARCHS: "${{ matrix.config.arch }}"
31
CIBW_BUILD: "cp*-${{ matrix.config.platform }}"
0 commit comments