naiveproxy/third_party/protobuf/python/release/wheel
2018-01-29 00:30:36 +08:00
..
build_wheel_manylinux.sh Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
Dockerfile Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
protobuf_optimized_pip.sh Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
README.md Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00

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.