We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea258b commit e911fa1Copy full SHA for e911fa1
.github/workflows/github_workflows_build-dot.yml
@@ -14,6 +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
0 commit comments