diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 12b899cc1..d28cc54eb 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.12.2 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }} @@ -122,7 +122,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.12.2 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }}