diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 9d99ffdd630..da75661b0b4 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -68,7 +68,7 @@ jobs: brew uninstall --ignore-dependencies libomp - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }} @@ -124,7 +124,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }}