Skip to content

Commit 90e3d24

Browse files
committed
For release build full git checkout is required
1 parent bfe2d64 commit 90e3d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- uses: actions/checkout@v3
130+
with:
131+
fetch-depth: 0 # need for setuptools_scm
130132
- name: Set up Python
131133
uses: actions/setup-python@v4
132134
with:

0 commit comments

Comments
 (0)