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 2021/03/31 16:19:50 UTC

[beam] branch master updated (76c49ac -> ab509b3)

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 76c49ac  Merge pull request #14295: [BEAM-11227] Moving from vendored gRPC 1.26 to 1.36
     add ab509b3  [BEAM-9185] Publish pre-release python artifacts (RCs) to PyPI (#14325)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_wheels.yml                 |  93 +++++++++++
 release/src/main/scripts/choose_rc_commit.sh       |   0
 .../main/scripts/deploy_release_candidate_pypi.sh  | 172 +++++++++++++++++++++
 .../scripts/download_github_actions_artifacts.py   |  30 ++--
 .../site/content/en/contribute/release-guide.md    |  31 +++-
 5 files changed, 316 insertions(+), 10 deletions(-)
 mode change 100644 => 100755 release/src/main/scripts/choose_rc_commit.sh
 create mode 100755 release/src/main/scripts/deploy_release_candidate_pypi.sh