| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,11 +87,11 @@ runs: | |||
| 87 | 87 | Compress-Archive -Path "${{ inputs.build_location }}" -DestinationPath "$baseName.zip" -Force | |
| 88 | 88 | } | |
| 89 | 89 | if ("${{ inputs.format_7z }}" -eq "true") { | |
| 90 | - 7z a "$baseName.7z" "${{ inputs.build_location }}" | ||
| 90 | + 7z a -mx7 "$baseName.7z" "${{ inputs.build_location }}" | ||
| 91 | 91 | } | |
| 92 | 92 | if ("${{ inputs.format_exe }}" -eq "true") { | |
| 93 | 93 | $SFXModulePath = "C:\Program Files\7-Zip\7z.sfx" | |
| 94 | - 7z a -t7z -sfx"$SFXModulePath" "$baseName.exe" "${{ inputs.build_location }}" | ||
| 94 | + 7z a -mx7 -t7z -sfx"$SFXModulePath" "$baseName.exe" "${{ inputs.build_location }}" | ||
| 95 | 95 | } | |
| 96 | 96 | ||
| 97 | 97 | - name: Generate Hashes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ env: | |||
| 19 | 19 | # === Global Configuration === | |
| 20 | 20 | WINPYARCH: "64" | |
| 21 | 21 | my_cycle: "winpython/portable/cycle_2026_03" | |
| 22 | - my_release_level: "b2" | ||
| 22 | + my_release_level: "b3" | ||
| 23 | 23 | dotwheelhouse: "dotpython\\wheelhouse\\included.wheels" | |
| 24 | 24 | pandoc_source: "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-windows-x86_64.zip" | |
| 25 | 25 | pandoc_sha256: "11eb6dbe5286c9e5edb0cca4412e7d99ec6578ec04158b0b7fe11f7fd96688e5" | |
@@ -67,31 +67,31 @@ jobs: | |||
| 67 | 67 | shell: pwsh | |
| 68 | 68 | run: | | |
| 69 | 69 | switch ($env:PYTHON_VERSIONF) { | |
| 70 | - '3.13' { | ||
| 71 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.14.0' | ||
| 72 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.13.14+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 73 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=7c3159205dda0289a47e6dd1226c4e5800b1f99a03146cdc25a41fed8ef74f5a' | ||
| 74 | - } | ||
| 75 | - '3.14' { | ||
| 76 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0' | ||
| 77 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.14.6+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 78 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=ec05b628ad749682d06d225780fbc02e7bbb5ce2146c9bd8e74a3659b14b693a' | ||
| 79 | - } | ||
| 80 | - '3.14F' { | ||
| 81 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0' | ||
| 82 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.14.6+20260623-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz' | ||
| 83 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=684fd81c1f3bb1829871e85ffeb71e2d80791cb68b155e6d50405bd32f632242' | ||
| 84 | - } | ||
| 85 | - '3.15' { | ||
| 86 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3' | ||
| 87 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.15.0b3+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 88 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=c879c122137c8040e1106362b31ae5e20bd3ecaaf728d2e999332e78951e90b0' | ||
| 89 | - } | ||
| 90 | - '3.15F' { | ||
| 91 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3' | ||
| 92 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.15.0b3+20260623-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz' | ||
| 93 | - Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=03e9b659530197bda345a76612034fcc8df36a17e6248e0b4197c180d7dbaa8b' | ||
| 94 | - } | ||
| 70 | + '3.13' { | ||
| 71 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.15.0' | ||
| 72 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.13.15+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 73 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=44bf9ae71f4b45e3ba3104ae331c6eff3f7002593c26fd12453eb9310c4f259a' | ||
| 74 | + } | ||
| 75 | + '3.14' { | ||
| 76 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.7.0' | ||
| 77 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.14.7+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 78 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=840e368318d1630bd8efbd3f7de8fab32cb4bbd735baef733f9034f2676c6a92' | ||
| 79 | + } | ||
| 80 | + '3.14F' { | ||
| 81 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.7.0' | ||
| 82 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.14.7+20260807-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz' | ||
| 83 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=c8323293c9e76e8b244a0e533894512f067dac2a6aa2dfcb3494cbe74b3af58e' | ||
| 84 | + } | ||
| 85 | + '3.15' { | ||
| 86 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.4' | ||
| 87 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.15.0rc1+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz' | ||
| 88 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=bc0d0f3c7b88873688f30bc78da8387a6653a5493424951d3a84c658c973198e' | ||
| 89 | + } | ||
| 90 | + '3.15F' { | ||
| 91 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.4' | ||
| 92 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.15.0rc1+20260807-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz' | ||
| 93 | + Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=e5998e014f16074ac9f6d61eb2a31ff8ac8bc331b61da2c5acf7d15abf4a2650' | ||
| 94 | + } | ||
| 95 | 95 | } | |
| 96 | 96 | ||
| 97 | 97 | - name: Set static and matrix variables based on selected Python version | |
| Back | FazBrowse Home | New Git URL |
0 commit comments