You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/07/27 22:34:43 UTC

[beam] branch master updated (9cd6b2f -> 956e4eb)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 9cd6b2f  [BEAM-7390] Add groupbykey code snippets (#12370)
     add 956e4eb  [BEAM-10398] Use GitHub Actions in wheels release process for Python (#12150)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_wheels.yml                 |  11 +-
 .../python-release/python_release_automation.sh    |   2 +-
 .../src/main/scripts/build_release_candidate.sh    |  72 +++--
 .../scripts/download_github_actions_artifacts.py   | 326 +++++++++++++++++++++
 .../src/main/scripts/sign_hash_python_wheels.sh    |  66 -----
 .../site/content/en/contribute/release-guide.md    |   8 +-
 6 files changed, 379 insertions(+), 106 deletions(-)
 create mode 100644 release/src/main/scripts/download_github_actions_artifacts.py
 delete mode 100755 release/src/main/scripts/sign_hash_python_wheels.sh