• Home
Name
Date
Size
#Lines
LOC

..--

DockerfileD12-May-2024148 74

README.mdD12-May-2024778 1815

build_wheel_manylinux.shD12-May-2024682 2819

protobuf_optimized_pip.shD12-May-20241.6 KiB6742

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