We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285e5bd commit ca3bf79Copy full SHA for ca3bf79
.github/workflows/wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV
34
if: ${{ startsWith( matrix.os , 'windows' ) }}
35
- name: Build wheels
36
- uses: pypa/cibuildwheel@v3.1.4
+ uses: pypa/cibuildwheel@v3.2.0
37
- uses: actions/upload-artifact@v4
38
with:
39
name: wheels-${{ matrix.os }}
0 commit comments