Commit 79fda89
Charly Laurent
ci: fix poetry-dynamic-versioning configuration (#161)
- poetry-dynamic-versioning default regex doesn't find the version in our tags. It expects something like `v0.1.2`, but we use `0.1.2` (without the `v` prefix).
- PyPI doesn't support the local version in the build name. poetry-dynamic-versioning create something like `sql_compare-0.0.0.post1.dev0+fa3962d-py3-none-any.whl`, whild PyPI expects something like `sql_compare-0.1.7-py3-none-any.whl`1 parent fa3962d commit 79fda89
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments