diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index 555aae5d7c455..73ac29e459e43 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -125,7 +125,7 @@ jobs: - name: Build wheels if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.0 env: # Common DART_IN_CI: ON @@ -138,7 +138,7 @@ jobs: - name: Build wheels (Windows) if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.0 env: # Common DART_IN_CI: ON