diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 982aceb..45c3979 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.18.1 + uses: pypa/cibuildwheel@v2.21.3 - name: upload wheels uses: actions/upload-artifact@v4