We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4044f85 commit 5763e76Copy full SHA for 5763e76
.github/workflows/release.yml
@@ -35,13 +35,12 @@ jobs:
35
- name: Install uv
36
uses: astral-sh/setup-uv@v7
37
with:
38
- activate-environment: "true"
39
enable-cache: "false"
40
41
- name: Fix version number
42
# Fix for https://github.com/dolfinus/setuptools-git-versioning/issues/72#issuecomment-1312589464
43
run: |
44
- version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
+ version=$(uv run -m setuptools_git_versioning)
45
sed -i -E "s/dynamic = .*/version = \"${version}\"/" pyproject.toml
46
47
- name: Build package
docs/changelog/3.0.x.rst
@@ -1,7 +1,7 @@
1
3.0.x
2
======
3
4
-3.0.0 (2026-01-15)
+3.0.0 (2026-01-16)
5
-------------------
6
7
Breaking
0 commit comments