From 923fde0f07041d177a1a25390de062c1c6d8712e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 28 Aug 2024 20:48:34 +0100 Subject: [PATCH] Fix pr building of wheels (#32353) --- .github/workflows/build_wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 69ffec573fc5..97a350c3fccf 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -274,6 +274,7 @@ jobs: if: startsWith(matrix.os_python.os, 'macos') run: brew install coreutils - name: Add checksums + if: ${{ contains(matrix.os_python.python, matrix.py_version) }} working-directory: apache-beam-source/wheelhouse/ run: | for file in *.whl; do @@ -281,6 +282,7 @@ jobs: done shell: bash - name: Upload wheels as artifacts + if: ${{ contains(matrix.os_python.python, matrix.py_version) }} # Pinned to v3 because of https://github.com/actions/download-artifact/issues/249 uses: actions/upload-artifact@v3 with: