Fixed used colors for selected Python versions and removed Python 3.8.

This commit is contained in:
Patrick Lehmann
2025-10-19 07:08:10 +02:00
parent 10c10d9566
commit a78656a0bb
3 changed files with 14 additions and 14 deletions

View File

@@ -359,10 +359,10 @@ jobs:
needs:
- Prepare
- UnitTesting
- Install
# - AppTesting
# - StaticTypeCheck
- Package
- Install
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_commit == 'true' && github.event_name != 'schedule'
permissions:
@@ -378,10 +378,10 @@ jobs:
needs:
- Prepare
- UnitTesting
- Install
# - AppTesting
# - StaticTypeCheck
- Package
- Install
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_tag == 'true'
permissions:
@@ -418,6 +418,7 @@ jobs:
- PublishCoverageResults
- PublishToGitHubPages
# - PublishOnPyPI
- Install
- IntermediateCleanUp
if: inputs.cleanup == 'true'
with: