Releases: pyTooling/Actions
Releases · pyTooling/Actions
v7.7.0
New Features
- New
CleanupArtifactsreusable workflow (template).
ReplacesArtifactCleanUpandIntermediateCleanUp. CompletePipeline:- New
auto_tagsetting.
- New
Changes
- Deprecated
ArtifactCleanUp. - Deprecated
IntermediateCleanUp. CompletePipeline:- Changed usage of
ArtifactCleanUp - Changed usage of
IntermediateCleanUp
- Changed usage of
- Bumped dependencies.
Published from Verification of Pipeline Templates (Namespace Package) workflow triggered by Paebbels on 2026-03-06 20:01:56 UTC.
This automatic release was created by pyTooling/Actions::Release.yml
v7.6.0
New Features
Parameters:- New option
documentation_steps.
Conditionally disable artifact names.
- New option
ExtractConfiguration:- Extract JUnit XML file from
addoptsarray.
Previously, a customjunitfilefield was used.
Latest pytest is now picky about unknown options within[tool.pytest].
- Extract JUnit XML file from
LaTeXDocumentation:- New option
miktex_image.
Specify the used MiKTeX docker image.
- New option
CompletePipeline:- New option
documentation_steps.
Select what documentation steps to execute. - New option
miktex_image.
Specify the used MiKTeX docker image.
- New option
Changes
- Improved error messages.
- Added artificial dependencies to reduced scheduling pressure when time critical jobs are pending.
LaTeXDocumentation:- Changed default LaTeX processor to LuaLaTeX.
PublishReleaseNotes:- Added more progress messages.
Bug Fixes
PrepareJob:- Fixed parent SHA computation when searching for associated pull-requests.
PublishReleaseNotes:- Fixed parent SHA computation when searching for associated pull-requests.
- Fixed replacements
,,,, ``.
An embedded&symbol in the replacement string could cause an endless loop.
Documentation
- Changed LaTeX preamble to suit LuaLaTeX, UTF-8 and OTF fonts.
- Read LaTeX preamble from external
preamble.texfile.
- Read LaTeX preamble from external
Unit Tests
- Fixed setting JUnit XML file option for pytest in
pyproject.toml.
Published from Verification of Pipeline Templates (Namespace Package) workflow triggered by Paebbels on 2026-03-05 20:27:25 UTC.
This automatic release was created by pyTooling/Actions::Release.yml
v7.5.0
v7.4.4
v7.4.3
v7.4.2
v7.4.1
v7.4.0
v7.3.0
v7.2.1
Changes
- Bumped copyright information.
PrepareJob:- Added missing file header.
Bug Fixes
PublishReleaseNotes:- Upload the correct file
__NOTES__.mdas release notes.
- Upload the correct file
- Fixed required Python package versions for
v0.Xpackages tov0.X.0.
This enables correct usage of the~=operator.