Skip to content

Commit 85afe60

Browse files
committed
lighter fix may be better
1 parent 8181041 commit 85afe60

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
mkdir publish_dot
152152
153153
# we need to ensure unicode here so wppm can output utf-8
154-
$env:PYTHONUTF8 = 1
154+
$env:PYTHONIOENCODING=utf-8
155155
156156
$destfile = "publish_dot\WinPython$env:WINPYFLAVOR-$env:WINPYARCHbit-$env:WINPYVER2.md"
157157
& "$env:build_location\python\python.exe" -m wppm -md

.github/workflows/github_workflows_build-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
mkdir publish_dot
152152
153153
# we need to ensure unicode here so wppm can output utf-8
154-
$env:PYTHONUTF8 = 1
154+
$env:PYTHONIOENCODING = 1
155155
156156
$destfile = "publish_dot\WinPython$env:WINPYFLAVOR-$env:WINPYARCHbit-$env:WINPYVER2.md"
157157
& "$env:build_location\python\python.exe" -m wppm -md

.github/workflows/github_workflows_build-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
mkdir publish_dot
152152
153153
# we need to ensure unicode here so wppm can output utf-8
154-
$env:PYTHONUTF8 = 1
154+
$env:PYTHONIOENCODING = 1
155155
156156
$destfile = "publish_dot\WinPython$env:WINPYFLAVOR-$env:WINPYARCHbit-$env:WINPYVER2.md"
157157
& "$env:build_location\python\python.exe" -m wppm -md

0 commit comments

Comments
 (0)