Skip to content

Commit 9ddd304

Browse files
committed
Added autoversioning.
1 parent 02700d4 commit 9ddd304

3 files changed

Lines changed: 170 additions & 173 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
21+
fetch-depth: 0
2122
- name: Setup python
2223
uses: actions/setup-python@v6
2324
with:
24-
python-version: '3.14'
25+
python-version: '3.14'
2526
- id: setup-uv
2627
name: Setup UV
2728
uses: astral-sh/setup-uv@v7

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
with:
2727
persist-credentials: false
28+
fetch-depth: 0
2829
- id: setup-uv
2930
uses: astral-sh/setup-uv@v7
3031
with:
@@ -49,10 +50,11 @@ jobs:
4950
- uses: actions/checkout@v5
5051
with:
5152
persist-credentials: false
53+
fetch-depth: 0
5254
- name: Setup python
5355
uses: actions/setup-python@v6
5456
with:
55-
python-version: '${{ matrix.py_version }}'
57+
python-version: '${{ matrix.py_version }}'
5658
- id: setup-uv
5759
name: Setup UV
5860
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)