fix binary wheel pypi upload in v2.5.0.
What's Changed
- Add missing build-backend to pyproject.toml by @mgorny in #167
- freetype.Face.del: check first if FT_Face_Done has been set to None (#169) by @carandraug in #171
- Ot svg support by @HinTak in #174
- Google font ot svg update by @HinTak in #175
- Basic colrv1 support by @HinTak in #176
- Fix PyInstaller hook by @rokm in #180
- use custom PEP517 build backend to require cmake conditionally by @anthrotype in #184
- [ci] fix test-pyinstaller broken after #180 was merged by @anthrotype in #185
- Update to latest freetype and harfbuzz by @anthrotype in #186
- Fix wrong enum name in Face.get_fstype() by @NCBM in #189
- Ft encoding fix by @HinTak in #194
- API for Unicode Variation Sequences, from https://freetype.org/freety… by @HinTak in #196
- Fix bbox calculation in hello-world example by @satirebird in #127
- Trusted publisher fix by @HinTak in #197
New Contributors
- @mgorny made their first contribution in #167
- @carandraug made their first contribution in #171
- @rokm made their first contribution in #180
- @NCBM made their first contribution in #189
- @satirebird made their first contribution in #127
Full Changelog: v2.4.0...v2.5.1