Name Date Size

..25-Oct-20244 KiB

build_wheel_manylinux.shH A D25-Oct-2024682

DockerfileH A D25-Oct-2024148

protobuf_optimized_pip.shH A D25-Oct-20241.6 KiB

README.mdH A D25-Oct-2024778

README.md

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