9292# ---------------------------------------------------------------------------------------
9393
9494jobs :
95+
96+ # ---------------------------------------------------------------------------------------
97+ # JOBS > BUILD
98+ # ---------------------------------------------------------------------------------------
99+
95100 build :
96101 name : Prepare Package
97102 runs-on : ubuntu-latest
@@ -174,7 +179,7 @@ jobs:
174179 path : dist/
175180
176181# ---------------------------------------------------------------------------------------
177- # Pypi: Official Stable Release
182+ # JOBS > Pypi: Official Stable Release
178183# ---------------------------------------------------------------------------------------
179184
180185 pypi-publish-official :
@@ -206,7 +211,7 @@ jobs:
206211 print-hash : true
207212
208213# ---------------------------------------------------------------------------------------
209- # Pypi: Test API
214+ # JOBS > Pypi: Test API
210215# ---------------------------------------------------------------------------------------
211216
212217 pypi-publish-test :
@@ -235,7 +240,9 @@ jobs:
235240 repository-url : https://test.pypi.org/legacy/
236241
237242# ---------------------------------------------------------------------------------------
238- # Pypi: Skip
243+ # JOBS > Pypi: Skip
244+ #
245+ # only executed if user selects PYPI_TYPE == skip when starting action
239246# ---------------------------------------------------------------------------------------
240247
241248 pypi-publish-skip :
@@ -258,7 +265,7 @@ jobs:
258265 echo "Skipping Pypi.org publish"
259266
260267 # ---------------------------------------------------------------------------------------
261- # Job > Distribute Release on Github Releases
268+ # JOBS > Distribute Release on Github Releases
262269 # ---------------------------------------------------------------------------------------
263270
264271 dist-release :
0 commit comments