Skip to content

Commit 60ebb04

Browse files
committed
Added autoversioning.
1 parent 02700d4 commit 60ebb04

2 files changed

Lines changed: 167 additions & 172 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

0 commit comments

Comments
 (0)