You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/05/07 00:04:20 UTC

[beam] branch asf-site updated: Publishing website 2020/05/07 00:04:09 at commit bfefe18

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new d8c3d97  Publishing website 2020/05/07 00:04:09 at commit bfefe18
d8c3d97 is described below

commit d8c3d97965d149c85848dd3feebaab9b458ecfd2
Author: jenkins <bu...@apache.org>
AuthorDate: Thu May 7 00:04:10 2020 +0000

    Publishing website 2020/05/07 00:04:09 at commit bfefe18
---
 website/generated-content/contribute/release-guide/index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index e1afae3..db84f1b 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1193,7 +1193,8 @@ release tag to the origin repository (this would be the Apache Beam repo):</p>
 
 <p>Build python binaries in release branch in sdks/python dir.</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>python setup.py sdist --format=zip
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip install -r build-requirements.txt
+python setup.py sdist --format=zip
 cd dist
 cp apache-beam-${RELEASE}.zip staging/apache-beam-${RELEASE}-python.zip
 cd staging
@@ -1317,7 +1318,7 @@ the version number has changed, download a new version of the corresponding
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip install tox
 </code></pre></div></div>
 <p>Create the Python SDK documentation using sphinx by running a helper script.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cd sdks/python &amp;&amp; tox -e docs
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cd sdks/python &amp;&amp; pip install -r build-requirements.txt &amp;&amp; tox -e py37-docs
 </code></pre></div></div>
 <p>By default the Pydoc is generated in <code class="highlighter-rouge">sdks/python/target/docs/_build</code>. Let <code class="highlighter-rouge">${PYDOC_ROOT}</code> be the absolute path to <code class="highlighter-rouge">_build</code>.</p>