Skip to content

Commit bd32d05

Browse files
committed
set fetch-depth: 0 to get tags
1 parent 84fa59e commit bd32d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testpypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: "actions/checkout@v4"
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Install uv
2527
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)