diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5d856c..8b38fcf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v3 if: runner.os == 'Linux' - - uses: pypa/cibuildwheel@v2.23 + - uses: pypa/cibuildwheel@v3.1 - name: Build sdist if: runner.os == 'macOS' run: |