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 e05a1e1 commit 56563c1Copy full SHA for 56563c1
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
with:
20
persist-credentials: false
21
- fetch-tags: true
+ fetch-depth: 0
22
- name: Setup python
23
uses: actions/setup-python@v6
24
.github/workflows/test.yml
- id: setup-uv
uses: astral-sh/setup-uv@v7
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments