This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch release-2.29.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 3b39b41 Merge pull request #14456: [BEAM-8696] Cherry pick #14412 to
release 2.29: protobuf-java to be in-line with libraries-bom 16.3.0
add c921c1c [BEAM-9185] Publish pre-release python artifacts (RCs) to
PyPI (#14325)
new 12cde03 Merge pull request #14551: Cherrypick #14325 to 2.29.0
release branch: GitHub Actions changes to build RC wheels and deploy
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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