Commit d603325
committed
fix: call build script directly to preserve dev version
The make build target calls generate-pyproject which overwrites
pyproject.toml from .project.yml, losing the dev version we set.
Now we call the build script directly after updating pyproject.toml
to preserve the dev version number.1 parent 6fed32c commit d603325
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments