Skip to content

Commit 40fe6b2

Browse files
committed
documentation tweak
1 parent 1031c0d commit 40fe6b2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ It includes two main features:
2121
WinPython Package Manager (WPPM)
2222
a complementary tool to navigate provided packages, install packages from included Wheelhouse, or register WinPython.
2323
pip is the recommanded way to add or remove packages otherwise
24-
25-
WinPython build toolchain
26-
generate_a_winpython_distro.bat and make.py are the toolchain used to
27-
build a WinPython distribution from (almost) scratch.
24+
25+
WinPython build toolchain (historic)
26+
generate_a_winpython_distropy_meta.bat with a toml file is the toolchain used to build a WinPython distribution from (almost) scratch.
27+
28+
WinPython build toolchain via Github action (news of 2025-08-24)
29+
fork the project and run github action like `github_workflows_build-all_3.14.yml` for python-3.14
30+
you can modify the list of wheels with hash to your preference
31+
2832

2933
WinPython set of Wheel
3034
You can get also the equivalent of the WinPython distribution by using one of the provided pylock.toml
@@ -42,6 +46,8 @@ Requirements
4246

4347
* installer can be 7-Zip or nothing (just .zip-it)
4448

49+
* a basic github account allows you to build from your fork of this repository via github actions
50+
4551

4652
Wppm build
4753
----------
@@ -54,6 +60,8 @@ build WPPM using the following commands:
5460
python -m pip install flit
5561
python -m flit build
5662
63+
wppm package is now build and published via github action `build_wppm_prod_publish.yml`
64+
5765
Winpython Distribution wheels installation
5866
------------------------------------------
5967

0 commit comments

Comments
 (0)