Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Dockerfile | D | 12-May-2024 | 148 | 7 | 4 | |
README.md | D | 12-May-2024 | 778 | 18 | 15 | |
build_wheel_manylinux.sh | D | 12-May-2024 | 682 | 28 | 19 | |
protobuf_optimized_pip.sh | D | 12-May-2024 | 1.6 KiB | 67 | 42 |
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