shaka-packager/packager/third_party/protobuf/python/release/wheel
KongQun Yang f68b4252b8 Sync protobuf to v3.3.0
disable-clang-format

Change-Id: I520178aa9bb8fd8a00a7009279bf30d7cdb8d5a8
2018-05-10 23:07:59 +00:00
..
Dockerfile Sync protobuf to v3.3.0 2018-05-10 23:07:59 +00:00
README.md Sync protobuf to v3.3.0 2018-05-10 23:07:59 +00:00
build_wheel_manylinux.sh Sync protobuf to v3.3.0 2018-05-10 23:07:59 +00:00
protobuf_optimized_pip.sh Sync protobuf to v3.3.0 2018-05-10 23:07:59 +00:00

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

Source Source
protobuf_optimized_pip.sh Entry point. Calling Dockerfile and build_wheel_manylinux.sh
Dockerfile Build docker image according to PEP513.
build_wheel_manylinux.sh Build wheel packages in the docker container.