Commit e40cc52
committed
build: handle PyPi versioning scheme for library versioning
When building the test CI build for Python, the versioning scheme is
switched to a PyPi scheme. That is X.Y.devN, where N is the git commit
distance to the last tag.
The version string for the library needs to be of type X.Y.Z, thus the
'.dev' part has to be splitted away.
Signed-off-by: Daniel Wagner <wagi@kernel.org>1 parent 5e7eb0c commit e40cc52
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments