You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/05/26 19:15:09 UTC

[beam-wheels] branch master updated: Update README.md (#17)

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

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam-wheels.git


The following commit(s) were added to refs/heads/master by this push:
     new e7453b5  Update README.md (#17)
e7453b5 is described below

commit e7453b5ed6037a6d19c1b013dc579e4de38231cf
Author: brucearctor <50...@users.noreply.github.com>
AuthorDate: Tue May 26 12:15:02 2020 -0700

    Update README.md (#17)
    
    * Update README.md
    
    * fix typo
    
    Co-authored-by: Kyle Weaver <kc...@google.com>
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4bdab68..87c1a63 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,11 @@ There are 2 major parts in this repository.
 * [travis](https://travis-ci.com/) configuration files, setups environment variables and deployment strategy.
   
   * `.travis.yml` contains a set of [environment variables](https://docs.travis-ci.com/user/environment-variables/) and steps of build process.
-  * `deploy_travis.sh` defines that final python wheels will be deployed to [dist.apache.org/dev](https://dist.apache.org/repos/dist/dev/beam/)
-    using svn with your apache credential.
   * `config.sh` defines custom build steps.
+  
+
+Additionally, for the release process to be complete:
+* Also use [sign_hash_python_wheels.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/sign_hash_python_wheels.sh) from the main beam repo in order to deploy the final python wheels to [dist.apache.org/dev](https://dist.apache.org/repos/dist/dev/beam/) using svn with your apache credential.
 
 ## User Guide