1Description 2------------------------------ 3This directory is used to build released wheels according to PEP513 and upload 4them to pypi. 5 6Usage 7------------------------------ 8For example, to release 3.3.0: 9 ./protobuf_optimized_pip.sh 3.3.0 PYPI_USERNAME PYPI_PASSWORD 10 11Structure 12------------------------------ 13| Source | Source | 14|--------------------------------------|---------------------------------------------------| 15| protobuf_optimized_pip.sh | Entry point. Calling Dockerfile and build_wheel_manylinux.sh | 16| Dockerfile | Build docker image according to PEP513. | 17| build_wheel_manylinux.sh | Build wheel packages in the docker container. | 18