diff --git a/publish.py b/publish.py index 2ac013efe..727ac7d0a 100644 --- a/publish.py +++ b/publish.py @@ -9,6 +9,7 @@ # 不知为何在 Github Actions 中运行时默认编码为 ANSI,而且每次 print 都刷新流才能正常显示 sys.stdout.reconfigure(encoding='utf-8') +sys.stderr.reconfigure(encoding='utf-8') ##################################################################### #