Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tjaros
Copy link
Contributor

@tjaros tjaros commented Oct 27, 2025

  • Add git version validation to prevent build failures when no tags exist
  • Improve CMake error handling and version format validation
  • Fix execute permissions for build scripts
  • Add version tests for get_version() and get_version_string() methods
  • Clean git tree before builds and update .gitignore for outputs/
  • Keep skip-existing: false for proper duplicate detection on tagged releases

These changes fix version generation reliability issues and add missing test coverage.

Copy link
Contributor

@nxpfrankli nxpfrankli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add signed-of-by tag in all commit message

run: |
git status
- name: Upload wheels
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why need run git staus, look likes debug code.

Copy link
Contributor

@nxpfrankli nxpfrankli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove merge commit and rebase to master branch.

ver = lib.get_version()
assert isinstance(ver, int)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One empty line is enough, remove line 162 also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants