Commit be7607e
committed
Drop versioneer and hard-code the version, as for the Khiops binaries
Notes:
- the version is hard-coded in the khiops/__init__.py file and not in
pyproject.toml, because pyproject.toml is not accessible at runtime
for an installed package
- conda-build does not support pyproject.toml-style dynamic versions,
hence the version has to be hard-coded in conda/meta.yaml as well
- when moving to conda-forge, the version would have to be hard-coded
anyway
- the khiops/__init__.py vs conda/meta.yaml version coherence is checked
in the conda package building and testing workflow.1 parent d4f5fd1 commit be7607e
7 files changed
Lines changed: 22 additions & 3094 deletions
File tree
- .github/workflows
- khiops
- packaging/conda
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
114 | 129 | | |
115 | 130 | | |
116 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 25 | | |
35 | 26 | | |
36 | | - | |
37 | | - | |
| 27 | + | |
38 | 28 | | |
39 | 29 | | |
40 | 30 | | |
| |||
0 commit comments