4646 - name : List dotpython contents (for debugging)
4747 shell : pwsh
4848 run : |
49- Get-ChildItem -Recurse dotpython
49+ #Get-ChildItem -Recurse dotpython
50+ Get-ChildItem dotpython
5051
5152 - name : Prepare WinPython target dot structure
5253 shell : pwsh
@@ -62,27 +63,31 @@ jobs:
6263 run : |
6364 WPy64-31351b3\python\python.exe -m pip install --upgrade pip
6465
65- - name : try install download requirements as hashed-requirements
66+ - name : try download requirements as hashed-requirements
6667 shell : pwsh
6768 run : |
6869 WPy64-31351b3\python\python.exe -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
69- WPy64-31351b3\python\python.exe -m pip install --no-deps --no-index --trusted-host=None --find-links=dotpython\wheelhouse --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
70+ #WPy64-31351b3\python\python.exe -m pip install --no-deps --no-index --trusted-host=None --find-links=dotpython\wheelhouse --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
71+
72+ - name : try install requirements as hashed-requirements
73+ shell : pwsh
74+ run : |
75+ WPy64-31351b3\python\python.exe -m pip install --dest dotpython\wheelHouse --no-deps --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
7076
7177 - name : List dotpython contents (for debugging)
7278 shell : pwsh
7379 run : |
7480 Get-ChildItem -Recurse dotpython\wheelhouse
7581
76-
77- - name : try install requirements as hashed-requirements
82+ - name : List WPy64-31351cloudb3 contents (for debugging)
7883 shell : pwsh
7984 run : |
80- WPy64-31351b3\python\python.exe -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
85+ Get-ChildItem WPy64-31351b3
8186
82- - name : List WPy64-31351cloudb3 contents (for debugging)
87+ - name : List WPy64-31351cloudb3 Mardowned content (for debugging)
8388 shell : pwsh
8489 run : |
85- Get-ChildItem -Recurse WPy64-31351b3
90+ WPy64-31351b3\python\python.exe -m wppm -md
8691
8792 # step avoided: upload-artifact will also .zip it (perplexity AI advising)
8893 # - name: Zip the result
0 commit comments