Skip to content

Commit f241d41

Browse files
committed
Fix build
1 parent 869829e commit f241d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ jobs:
169169
id-token: write
170170

171171
steps:
172+
- name: Checkout repository
173+
uses: actions/checkout@v4
174+
with:
175+
fetch-depth: 0
172176
- name: Determine version and check PyPI
173177
id: check_pypi
174178
run: |

0 commit comments

Comments
 (0)