Apply PEP 625 package name normalization via patch file
This repository is used to build and publish brotli “wheels“ package.
Wheels are the new standard of Python distribution and are intended to replace eggs.
This repository includes the google/brotli library as a git submodule at src/brotli. To build wheels for a new brotli release:
src/brotli
cd src/brotli git fetch origin git checkout <TAG> # e.g., v1.2.0 cd ../.. git add src/brotli git commit -m "Update brotli submodule to <TAG>"
git push
This will automatically trigger GitHub Actions to build wheels for:
To publish the built wheels to PyPI:
v1.2.0
The GitHub Actions workflow will automatically upload all built wheels and the source distribution to PyPI when a release is published.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Brotli wheels
This repository is used to build and publish brotli “wheels“ package.
What are wheels?
Wheels are the new standard of Python distribution and are intended to replace eggs.
Advantages of wheels
Updating to a new brotli version
This repository includes the google/brotli library as a git submodule at
src/brotli. To build wheels for a new brotli release:1. Update the submodule
2. Push to trigger CI builds
This will automatically trigger GitHub Actions to build wheels for:
3. Publish to PyPI (for releases)
To publish the built wheels to PyPI:
v1.2.0)The GitHub Actions workflow will automatically upload all built wheels and the source distribution to PyPI when a release is published.