Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Oct 10, 2023
1 parent 5ac2025 commit 656f9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: pip install conan<2.0

- name: Build
env:
PYTHONIOENCODING: utf-8
run: python "publish.py"

- name: Save hash
Expand Down
2 changes: 1 addition & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shutil
from xml.etree import ElementTree

sys.stdout.reconfigure(encoding='utf-8')
print("测试")

#####################################################################
#
Expand Down

0 comments on commit 656f9df

Please sign in to comment.