Skip to content

Commit 634456a

Browse files
committed
fetch only latest
1 parent 928d1b6 commit 634456a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464
with:
65-
fetch-depth: 0
65+
fetch-depth: 1
6666

6767
- uses: actions/setup-python@v5
6868
with:
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v4
103103
with:
104-
fetch-depth: 0
104+
fetch-depth: 1
105105

106106
- uses: actions/setup-python@v5
107107
with:
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
- uses: actions/checkout@v4
230230
with:
231-
fetch-depth: 0
231+
fetch-depth: 1
232232

233233
- uses: actions/setup-python@v5
234234
with:

0 commit comments

Comments
 (0)