8000 adjust 3.14 · winpython/winpython@08bda7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 08bda7b

Browse files
committed
adjust 3.14
1 parent d2c38a0 commit 08bda7b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/github_workflows_build-all_3.13.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ jobs:
2121
ZIP: "1"
2222
SEVEN_Z: "0"
2323
EXE: "1"
24-
ARTIFACT_NAME: "publish_dotc"
24+
ARTIFACT_NAME: "publish_313dotc"
2525
# WinPython Slim configuration
2626
- FLAVOR: "slimc"
2727
REQUIREMENTS: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0slimb3.txt"
2828
REQUIREMENTS_WHL: ""
2929
ZIP: "0"
3030
SEVEN_Z: "1"
3131
EXE: "1"
32-
ARTIFACT_NAME: "publish_slimc"
32+
ARTIFACT_NAME: "publish_313slimc"
3333
# WinPython Whl configuration
3434
- FLAVOR: "whlc"
3535
REQUIREMENTS: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0dotb3.txt" # Note: Original whl used dotb3 requirements, verify if this is intended
3636
REQUIREMENTS_WHL: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0whlb3_wheels.txt"
3737
ZIP: "0"
3838
SEVEN_Z: "1"
3939
EXE: "0"
40-
ARTIFACT_NAME: "publish_whlc"
40+
ARTIFACT_NAME: "publish_313whlc"
4141

4242
steps:
4343
- name: Checkout repository
@@ -174,6 +174,8 @@ jobs:
174174
$destfile_md = "publish_output\WinPython$env:WINPYFLAVOR-$($env:WINPYARCH)bit-$env:WINPYVER2.md"
175175
& "$env:build_location\python\python.exe" -m wppm -md | Out-File -FilePath $destfile_md -Encoding utf8
176176
177+
gc $destfile_md
178+
177179
& "$env:build_location\python\python.exe" -m pip freeze | Out-File -FilePath dotpython\freeze.txt
178180
$destfile_pylock = "publish_output\pylock.$env:WINPYARCH-$($env:WINPYVER -replace '\.', '_').toml"
179181
& "$env:build_location\python\python.exe" -m pip lock --no-deps --find-links=dotpython\wheelhouse -r dotpython\freeze.txt -o $destfile_pylock
@@ -213,10 +215,10 @@ jobs:
213215
$filesToHash = Get-ChildItem -Path ".\publish_output\*64*.*"
214216
& "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" @($filesToHash.FullName) | Out-File -FilePath $DESTFILE
215217
gc $DESTFILE
216-
218+
217219
- name: Upload WinPython folder as artifact
218220
uses: actions/upload-artifact@v4
219221
with:
220222
name: ${{ matrix.flavor_config.ARTIFACT_NAME }}
221223
path: publish_output
222-
retention-days: 66 # keeps artifact for 30 days
224+
retention-days: 66 # keeps artifact for 66 days

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ZIP: "1"
4040
SEVEN_Z: "0"
4141
EXE: "1"
42-
PANDOC: "1"
42+
PANDOC: "0"
4343
ARTIFACT_NAME: "publish_314freec"
4444
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"
4545
python_sha256f: "dda491993214ae78948297848aa9d75d1d10762c33ff16487793ca5205516e4a"

0 commit comments

Comments
 (0)
0