diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0937d216..7772f8198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: path: "${{ github.workspace }}/build/tests" - name: Build wheels - uses: pypa/cibuildwheel@v2.21.2 + uses: pypa/cibuildwheel@v2.21.3 - name: Download Cache from Docker (linux only) if: ${{ runner.os == 'Linux' }}