Skip to content

Commit 75f6b33

Browse files
committed
Get a full clone when building, this ensures the version is correct
1 parent 2df2875 commit 75f6b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
25-
fetch-depth: 1
25+
fetch-depth: 0
2626
fetch-tags: true
2727

2828
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)