@@ -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
0 commit comments