BYVoid / OpenCC

Conversion between Traditional and Simplified Chinese
https://opencc.byvoid.com/
Apache License 2.0
8.35k stars 974 forks source link

Add Python package build validation AND Release 1.1.7 #824

Closed AntonOfTheWoods closed 11 months ago

AntonOfTheWoods commented 11 months ago

Fixes https://github.com/BYVoid/OpenCC/pull/823 and Fixed by https://github.com/BYVoid/OpenCC/pull/821

@ayaka14732 here is a release to deploy the package for 3.12.

I added an extra set of tests that build packages for each supported platform on each commit, so we don't have the multiple bad commits and manual package deployments like last time. Now we will know that the build part of the manual deploy stage will work - it's only the actual pushing to pypi that can't be tested. Thanks for your help!