This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch dependabot/github_actions/actions/setup-python-7
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from 0bb1554c Merge branch 'main' into
dependabot/github_actions/actions/setup-python-7
add 7d130d81 fix(ci): install a modern protoc for the manylinux wheel
build (#751)
add ddb72748 fix(release): reject an expired signing key in the src
release verification (#753)
add 4325208a fix(ci): publish the release only after every artifact has
built (#755)
add ed3653b4 feat(release): verify the artifacts a release actually
published (#759)
add adeead6f Merge branch 'main' into
dependabot/github_actions/actions/setup-python-7
No new revisions were added by this update.
Summary of changes:
.github/scripts/manylinux-build-deps.sh | 111 +++++++++++
.github/workflows/ci.yml | 43 +++++
.github/workflows/release.yml | 152 +++++++++-------
release/README.md | 36 +++-
release/verify_published_artifacts.sh | 314 ++++++++++++++++++++++++++++++++
release/verify_src_release.sh | 12 +-
6 files changed, 600 insertions(+), 68 deletions(-)
create mode 100755 .github/scripts/manylinux-build-deps.sh
create mode 100755 release/verify_published_artifacts.sh