diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index 761ccffa30c2d..9c1d006cb799c 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -124,7 +124,7 @@ jobs: - name: Build wheels if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: # macOS MACOSX_DEPLOYMENT_TARGET: 14.0 @@ -134,7 +134,7 @@ jobs: - name: Build wheels (Windows) if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: # macOS MACOSX_DEPLOYMENT_TARGET: 14.0