diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c0dc93..4c580bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: - uses: actions/checkout@v6 - name: Build wheels - uses: pypa/cibuildwheel@v3.4 + uses: pypa/cibuildwheel@v4.1 with: package-dir: crates/django-cachex-redis-rs env: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75a564d..4e49671 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,7 +62,7 @@ jobs: ref: ${{ github.event.inputs.version && format('v{0}', github.event.inputs.version) || github.ref }} - name: Build wheels - uses: pypa/cibuildwheel@v3.4 + uses: pypa/cibuildwheel@v4.1 with: package-dir: crates/django-cachex-redis-rs env: