diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9ad7bd..ec05d56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - name: build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 - name: upload wheels uses: actions/upload-artifact@v4