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 305b85cb80543ded6431d32035de279da41606be Author: Boyuan Zhang <[email protected]> AuthorDate: Thu Jun 7 09:14:25 2018 -0700 copy renamed zi[ file to sdks/python/staging subdir --- src/contribute/release-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md index eec7883..4c9c536 100644 --- a/src/contribute/release-guide.md +++ b/src/contribute/release-guide.md @@ -381,7 +381,8 @@ Build python binaries in release branch in sdks/python dir. python setup.py sdist --format=zip cd dist - mv apache-beam-${RELEASE}.zip apache-beam-${RELEASE}-python.zip + cp apache-beam-${RELEASE}.zip staging/apache-beam-${RELEASE}-python.zip + cd staging Create hashes and sign the binaries -- To stop receiving notification emails like this one, please contact [email protected].
