Skip to content

Commit 567dde2

Browse files
committed
Set fetch-depth: 0 in pypi-release.yml to ensure full commit history during checkout.
1 parent 95e7bc8 commit 567dde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-release.yml

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

0 commit comments

Comments
 (0)