Skip to content

Commit 1ed1dc1

Browse files
authored
RND-681 windows build: rename python36.zip to python311.zip (#1485)
Also same as in agent...
1 parent 488f89e commit 1ed1dc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packaging/windows/win_cli_builder.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ Expand-Archive -Path python.zip -DestinationPath $CLI_PATH
8888

8989
# We need to expand this to make virtualenv work
9090
pushd "$CLI_PATH"
91-
Expand-Archive -Path python36.zip
92-
rm_rf python36.zip
91+
Expand-Archive -Path python311.zip
92+
rm_rf python311.zip
9393
mkdir Lib
94-
move python36\* Lib
95-
rmdir python36
94+
move python311\* Lib
95+
rmdir python311
9696
popd
9797

9898

9999
Write-Host "Adding pip to embedded python"
100-
Set-Content -Path "$CLI_PATH\python36._pth" -Value ".
100+
Set-Content -Path "$CLI_PATH\python311._pth" -Value ".
101101
.\Lib
102102
.\Lib\site-packages
103103

0 commit comments

Comments
 (0)