Fetch version from branch.
2 files changed
tree: 02e191a9ad1db092337736db907578f8258c0810
  1. .gitignore/
  2. .gitmodules
  3. .travis.yml
  4. config.sh
  5. README.md
README.md

Apache Beam Wheels

Overview

beam-wheels is a helper repository of apache beam, which helps a Release Manager build python wheels on Linux/MacOS in a release process.

Structure

There are 2 major parts in this repository.

  • multibuild as git submodule, helps build python wheels based on different os.

  • travis configuration files, setups environment variables and deployment strategy.

    • .travis.yml contains a set of environment variables and steps of build process.
    • deploy_travis.sh defines that final python wheels will be deployed to dist.apache.org/dev using svn with your apache credential.
    • config.sh defines custom build steps.

User Guide

  • Fork this repo into your own github account.

  • Sign up travis with your github account and add this folk beam-wheels repository into travis.

  • In travis build console > More options > Settings > Environment Variables:

    • Add ACCESS_KEY_ID and SECRET_ACCESS_KEY with ‘Display value in build log’ disabled. These values can be obtained from the GCP Storage Settings under the interoperability tab.
  • Create and push a new branch(e.g. release-2.6.0) into your fork beam-wheels repository, which will trigger the travis build of that version.

  • Confirm that build successful and wheels get staged in beam-wheels-staging.