diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index abbf1cccc9d..b5cc70c0c4d 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -53,7 +53,7 @@ jobs: brew uninstall --ignore-dependencies libomp - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.10.1 env: CIBW_ARCHS_MACOS: x86_64 universal2 arm64 CIBW_ARCHS_LINUX: x86_64 i686 @@ -103,7 +103,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.10.1 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }}