ci: update python-semantic-release version to 10.5.3 in workflows#15
Merged
Conversation
Signed-off-by: Lasota, Adrian <adrian.lasota@intel.com>
There was a problem hiding this comment.
Pull request overview
Updates the python-semantic-release/python-semantic-release GitHub Action version used by the project’s release/build workflows, moving from v10.3.1 to v10.5.3 to pick up upstream fixes (notably around the referenced tomlkit 0.15 issue).
Changes:
- Bump
python-semantic-releaseaction tov10.5.3in the reusable wheel build/upload workflow. - Bump
python-semantic-releaseaction tov10.5.3in the publish release workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/build_upload_whl.yml | Updates both semantic-release steps to use python-semantic-release@v10.5.3. |
| .github/workflows/publish_release.yml | Updates the semantic-release step to use python-semantic-release@v10.5.3. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mchromin
approved these changes
Jun 10, 2026
a-gorczew
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the version of the
python-semantic-releaseGitHub Action used in our workflow configuration files. The action is upgraded from version 10.3.1 to 10.5.3 across all relevant jobs to ensure we benefit from the latest features and fixes.Dependency updates:
python-semantic-release/python-semantic-releasefrom version 10.3.1 to 10.5.3 in.github/workflows/build_upload_whl.ymlfor both the "Run python-semantic-release without version bump" and "Run python-semantic-release" jobs. [1] [2]python-semantic-release/python-semantic-releasefrom version 10.3.1 to 10.5.3 in.github/workflows/publish_release.yml.Change comes from tomlkit bug in 0.15 [0.15.0] Dumps api breaks order of toml headers python-poetry/tomlkit#482