Apache Beam - Wheels

Clone this repo:
  1. a556195 Merge pull request #18 from TobKed/deprecate by Ahmet Altay · 3 years, 8 months ago master
  2. 469543d Add deprecation warning to README.md by Tobiasz Kędzierski · 3 years, 9 months ago
  3. e7453b5 Update README.md (#17) by brucearctor · 3 years, 10 months ago release-2.22.0
  4. e233575 fix travis config (#16) by Rui Wang · 4 years ago release-2.20.0 release-2.21.0
  5. 0c52ab9 update travis cofig to remove some warnning messages and fix no job matrix problem. (#15) by Rui Wang · 4 years ago

:no_entry: [DEPRECATED]

This repository is deprecated since python wheels for Apache Beam are build with use of GitHub Actions in Apache Beam repository itself.

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.
    • config.sh defines custom build steps.

Additionally, for the release process to be complete:

User Guide

  • Create and push a new branch(e.g. release-2.6.0) into the beam-wheels repository, which will trigger the travis build of that version. Found your build in https://travis-ci.org/apache/beam-wheels.

  • Confirm that build successful and wheels get staged in beam-wheels-staging gcs bucket (link).