You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/15 01:23:17 UTC

[beam-site] 01/02: Add instructions about how to build python wheels

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 34131c4e0ee816fd72e3a46f6bb41b3538029894
Author: Boyuan Zhang <bo...@google.com>
AuthorDate: Tue Aug 14 16:04:16 2018 -0700

    Add instructions about how to build python wheels
---
 src/contribute/release-guide.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index aaffb28..dca62c2 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -423,7 +423,9 @@ Javadoc to the Javadoc for other modules that Beam depends on.
 
 The core of the release process is the build-vote-fix cycle. Each cycle produces one release candidate. The Release Manager repeats this cycle until the community approves one release candidate, which is then finalized.
 
-For this step, we recommend you using automation script to create a RC, but you still can perform all steps manually if you want.
+For this step, we recommend you using automation script to create a RC, but you still can perform all steps manually if you want. 
+
+*BUT* the final step of rc creation is `Build and stage python wheels`, which need to done manually.
 
 ### Run build_release_candidate.sh to create RC
 * Script: [build_release_candidate.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/build_release_candidate.sh)
@@ -571,6 +573,14 @@ Add the new Pydoc to [SDK API Reference page]({{ site.baseurl }}/documentation/s
 
 Finally, propose a pull request with these changes. (Don’t merge before finalizing the release.)
 
+#### Build and stage python wheels
+
+There is a wrapper repo [beam-wheels](https://github.com/apache/beam-wheels) to help build python wheels.
+
+If you are interested in how it works, please refer to the [structure section](https://github.com/apache/beam-wheels#structure).
+
+Please follow the [user guide](https://github.com/apache/beam-wheels#user-guide) to build python wheels.
+
 #### Checklist to proceed to the next step
 
 1. Maven artifacts deployed to the staging repository of [repository.apache.org](https://repository.apache.org/content/repositories/)