Skip to content

Commit 172f9c8

Browse files
authored
Update publish.yml
1 parent 461f31c commit 172f9c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v3
27+
# use fetch --all for setuptools_scm to work
28+
with:
29+
fetch-depth: 0
2730
- name: Set up Python
2831
uses: actions/setup-python@v3
2932
with:

0 commit comments

Comments
 (0)