Skip to content

Commit 6aad807

Browse files
committed
fetch all commits and tags for setuptools_scm versioning.
1 parent 0b88529 commit 6aad807

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
3333
with:
34-
fetch-depth: 1
34+
persist-credentials: false
3535

3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: astral-sh/setup-uv@v6
@@ -64,7 +64,8 @@ jobs:
6464
- name: Checkout code
6565
uses: actions/checkout@v4
6666
with:
67-
fetch-depth: 1
67+
persist-credentials: false
68+
fetch-depth: 0
6869

6970
- name: Set up Python
7071
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)