Releases: pyTooling/Actions
Releases · pyTooling/Actions
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.
Related Issues and Pull-Requests
v7.2.0
v7.1.0
v7.0.1
Nightly Test Release with Inventory
This nightly release contains all latest and important artifacts created by myTool's CI pipeline.
myTool 4.2.0
- program
- inventory.json
v7.0.0
New Features
- Added macOS-15-intel support and
⚠️ removed macOS-13. - PublishReleaseNotes:
- Generate a Markdown table with all assets.
Changes
- Updated actions/checkout@v5 to actions/checkout@v6.
- Updated pyTooling/upload-artifact@v5 to pyTooling/upload-artifact@v6.
- Updated actions/upload-artifact@v5 to actions/upload-artifact@v6.
- Updated pyTooling/download-artifact@v6 to pyTooling/download-artifact@v7.
- Updated actions/download-artifact@v6 to actions/download-artifact@v7.
- PublishToGitHubPages:
⚠️ Changed technique how to upload and publish GitHub Pages content.
The new technique usesactions/upload-pages-artifact@v4andactions/deploy-pages@v4.
No need forgh-pagesbranch in a repository.
Caution
The repositories GitHub Pages behavior must be changed from special branch gh-pages to Action.
⚠️ Python dependency handling (requirements.txt files):⚠️ Python dependencies for static typing (mypy) are loaded fromtests/typing/requirements.txt.⚠️ Python dependencies for unit testing / code coverage (pytest) are loaded fromtests/unit/requirements.txt.⚠️ Thetests/requirements.txtshould reference (relative) to:# Collect all testing requirements -r platform/requirements.txt -r typing/requirements.txt -r unit/requirements.txt⚠️ While files liketests/unit/requirements.txtshould reference to the rootrequirements.txtfile:-r ../../requirements.txt
Removed
Caution
Releaser has been removed. It was deprecated for several releases.
If needed, refer to releaser using older tags.
Bug Fixes
- Fixed an additional linebreak in outputs generated by printf.