Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/apache/beam into users/da…
Browse files Browse the repository at this point in the history
…mccorm/ri_test
  • Loading branch information
damccorm committed Aug 28, 2024
2 parents cbc792f + 923fde0 commit 1b1bdd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,15 @@ 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
sha512sum $file > ${file}.sha512
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:
Expand Down

0 comments on commit 1b1bdd8

Please sign in to comment.