diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1778f5b6..554e9ee6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,7 +42,7 @@ jobs: - run: echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV if: ${{ startsWith(matrix.os, 'windows') }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 - uses: actions/upload-artifact@v6 with: name: wheels-${{ matrix.os }}