tvalentyn commented on a change in pull request #14325:
URL: https://github.com/apache/beam/pull/14325#discussion_r605037357
##########
File path: website/www/site/content/en/contribute/release-guide.md
##########
@@ -598,6 +598,35 @@ See the source of the script for more details, or to run
commands manually in ca
Artifact names should follow [the existing
format](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22)
in which artifact name mirrors directory structure, e.g.,
`beam-sdks-java-io-kafka`.
Carefully review any new artifacts.
+### Upload release candidate to PyPi
+
+* **Script:**
[deploy_release_candidate_pypi.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/deploy_release_candidate_pypi.sh)
+
+* **Usage**
+
+ ./release/src/main/scripts/deploy_release_candidate_pypi.sh \
Review comment:
nit: tabs mixed with spaces.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]