Commit 6fed32c
committed
fix: update pyproject.toml version before building for TestPyPI
The workflow was setting VERSION env var but the build process reads
version from pyproject.toml. This caused dev versions (1.0.0.devXXX)
to be published as stable versions (1.0.0).
Now we update pyproject.toml with the calculated dev version before
building the package.1 parent b3396ed commit 6fed32c
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
| |||
0 commit comments