Skip to content

Commit 09209df

Browse files
authored
Merge pull request #86 from slayoo/pypi
fixing setuptools_scm version distance calc
2 parents 33b246b + 579fe75 commit 09209df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ jobs:
4848
echo CMAKE_ARGS="-DCMAKE_CXX_COMPILER=D:/a/_temp/msys64/mingw64/bin/g++.exe" >> $GITHUB_ENV
4949
echo CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" >> $GITHUB_ENV
5050
echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
51+
echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
5152
5253
- uses: actions/checkout@v2
5354
with:
5455
submodules: recursive
56+
fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
5557

5658
- uses: actions/setup-python@v1
5759
with:

0 commit comments

Comments
 (0)