-
Couldn't load subscription status.
- Fork 319
[libuuu wrapper] Improve version handling and build robustness #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Tomas Jaros <[email protected]>
Signed-off-by: Tomas Jaros <[email protected]>
Signed-off-by: Tomas Jaros <[email protected]>
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
There was a problem hiding this 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) | ||
|
|
||
|
|
There was a problem hiding this comment.
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
These changes fix version generation reliability issues and add missing test coverage.