protobuf/python/release/wheel
Jisi Liu 8fc40b5502 Fix uploading binary wheel.
The script now takes two prompt for user name and password. One single
input redirection no longer works.
2017-12-22 12:05:37 -08:00
..
build_wheel_manylinux.sh Add scripts to build python wheel for linux. (#2693) 2017-06-28 15:22:19 -07:00
Dockerfile Add scripts to build python wheel for linux. (#2693) 2017-06-28 15:22:19 -07:00
protobuf_optimized_pip.sh Fix uploading binary wheel. 2017-12-22 12:05:37 -08:00
README.md Add scripts to build python wheel for linux. (#2693) 2017-06-28 15:22:19 -07: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.