Skip to content

Commit cb34771

Browse files
committed
ci(release): force utf-8 for python scripts in windows
1 parent 0553e2b commit cb34771

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
push:
33
tags:
44
- 'v*'
5+
env:
6+
PYTHONIOENCODING: utf-8
7+
PYTHONLEGACYWINDOWSSTDIO: utf-8
58
jobs:
69
release:
710
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)