Reduced code duplications when checking job-matrix and artifact names by using local Actions.

This commit is contained in:
Patrick Lehmann
2025-10-18 23:30:10 +02:00
parent 7e6bb82ae8
commit 6432741888
4 changed files with 245 additions and 482 deletions

View File

@@ -9,7 +9,7 @@ jobs:
uses: pyTooling/Actions/.github/workflows/Parameters.yml@dev
with:
name: Example
python_version_list: "3.12 3.13"
python_version_list: "3.13 3.14" # py-1, py-0
system_list: "ubuntu windows"
Testing: