We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09e5d8 commit 0ea258bCopy full SHA for 0ea258b
.github/workflows/github_workflows_build-dot.yml
@@ -14,8 +14,7 @@ jobs:
14
run: |
15
curl -L -o python-3.13-embed.zip https://github.com/indygreg/python-build-standalone/releases/download/20240421/cpython-3.13.0b1+20240421-x86_64-pc-windows-msvc-shared-install_only.zip
16
mkdir dotpython
17
- tar -xf python-3.13-embed.zip -C dotpython
18
-
+ powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
19
- name: Prepare WinPython dot structure
20
21
mkdir WinPython-dot-3.13
0 commit comments