Commit 022072a
fix: dev-release CI uses pyproject.toml version directly (no patch bump)
Previously the workflow read the base version and bumped patch+1, causing
0.2.3 in pyproject.toml to produce 0.2.4.devN instead of 0.2.3.devN.
Changed to use the base version as-is so pyproject.toml always reflects the
upcoming release and dev builds are correctly named 0.2.3.devN (PEP 440).
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 367b3f0 commit 022072a
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments