tree: aa5e81e7d69b331c73b23eb10fce8e2d70d7f1d5 [path history] [tgz]
  1. build_wheel_manylinux.sh
  2. Dockerfile
  3. protobuf_optimized_pip.sh
  4. README.md
python/release/wheel/README.md

Description

This directory is used to build released wheels according to PEP513 and upload them to pypi.

Usage

For example, to release 3.3.0: ./protobuf_optimized_pip.sh 3.3.0 PYPI_USERNAME PYPI_PASSWORD

Structure

SourceSource
protobuf_optimized_pip.shEntry point. Calling Dockerfile and build_wheel_manylinux.sh
DockerfileBuild docker image according to PEP513.
build_wheel_manylinux.shBuild wheel packages in the docker container.