Commit acb32ff
authored
build: remove uv dynamic versioning (#824)
It's not fully transparent for non-release versions (like alpha or rc)
how git tag names (i.e. `v1.0.0-alpha.0`) are converted to [Python
version
specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers)
(i.e. `1.0.0a0`). This can be checked only during [publish GitHub
action](https://github.com/a2aproject/a2a-python/actions/workflows/python-publish.yml)
execution which both builds and pushes PyPi package.
`release-please` supports updating `pyproject.toml` so we will have the
same level of automation.
Current version is set to `0.3.25` - the latest release from `main`.1 parent 1f51bdf commit acb32ff
2 files changed
Lines changed: 16 additions & 106 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 105 | | |
111 | 106 | | |
112 | 107 | | |
| |||
119 | 114 | | |
120 | 115 | | |
121 | 116 | | |
122 | | - | |
123 | 117 | | |
124 | 118 | | |
125 | 119 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments