Skip to content

Commit 95e7bc8

Browse files
committed
Remove fetch-depth: 0 from pypi-release.yml to simplify checkout configuration.
1 parent 9be2b88 commit 95e7bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-tags: true
20-
fetch-depth: 0
2120
- name: Mark repository as safe (Fix for https://github.com/actions/checkout/issues/1048)
2221
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2322

0 commit comments

Comments
 (0)