Commit 1edf189
Append .devN version suffix for TestPyPI uploads (#22)
On push to main, the build step reads the current version from
pyproject.toml and appends .devN (where N = GITHUB_RUN_NUMBER) before
building. This produces unique, PEP 440-compliant developmental
release versions (e.g. 0.1.0.dev42) for TestPyPI.
For release events, the version is used as-is for PyPI.
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>1 parent f5b714a commit 1edf189
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
0 commit comments