|
23 | 23 | SEVEN_Z: "0" |
24 | 24 | EXE: "1" |
25 | 25 | ARTIFACT_NAME: "publish_dotc" |
26 | | - PYTHON_SOURCEF: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.14.0rc2+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" |
27 | | - PYTHON_SHA256F: "361a49531a5d4bdc72bbccc81f7b5881b5eb751e3b47683b233cacae5aeeaeed" |
| 26 | + python_sourcef: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.14.0rc2+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" |
| 27 | + python_sha256f: "361a49531a5d4bdc72bbccc81f7b5881b5eb751e3b47683b233cacae5aeeaeed" |
28 | 28 |
|
29 | 29 | - FLAVOR: "freec" |
30 | 30 | REQUIREMENTS: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dotrc2.txt" |
|
33 | 33 | SEVEN_Z: "0" |
34 | 34 | EXE: "1" |
35 | 35 | ARTIFACT_NAME: "publish_freec" |
36 | | - PYTHON_SOURCEF: "https://github.com/winpython/winpy.github.io/releases/download/20250825/cpython-3.14.0rc2+20250825-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz" |
37 | | - PYTHON_SHA256F: "dda491993214ae78948297848aa9d75d1d10762c33ff16487793ca5205516e4a" |
| 36 | + python_sourcef: "https://github.com/winpython/winpy.github.io/releases/download/20250825/cpython-3.14.0rc2+20250825-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz" |
| 37 | + python_sha256f: "dda491993214ae78948297848aa9d75d1d10762c33ff16487793ca5205516e4a" |
38 | 38 |
|
39 | 39 |
|
40 | 40 | steps: |
|
70 | 70 | Write-Output "WINPYFLAVOR is $env:WINPYFLAVOR" |
71 | 71 | Write-Output "python_sourcef is $env:python_sourcef" |
72 | 72 | Write-Output "python_sha256f is $env:python_sha256f" |
| 73 | + Write-Output "python_source is $env:python_source" |
| 74 | + Write-Output "python_sha256 is $env:python_sha256" |
73 | 75 | Write-Output "WINPYrequirements is $env:WINPYrequirements" |
74 | 76 | Write-Output "WINPYrequirementswhl is $env:WINPYrequirementswhl" |
75 | 77 | Write-Output "WINPYZIP is $env:WINPYZIP" |
|
82 | 84 | - name: Download python-3 standalone |
83 | 85 | shell: pwsh |
84 | 86 | run: | |
| 87 | + Write-Output "python_sourcef used is $env:python_sourcef" |
85 | 88 | curl.exe -L -o "python-3-embed.tar.gz" $env:python_sourcef |
86 | 89 | # Calculate SHA256 hash |
87 | 90 | $filePath = "python-3-embed.tar.gz" |
|
0 commit comments