Skip to content

Commit 99cad13

Browse files
authored
Merge pull request #640 from benjeffery/fix_wheels
Fix windows wheel commit
2 parents 50cc01c + 0dc9951 commit 99cad13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
cp -r --dereference subprojects/git-submodules/tskit/python/lwt_interface ../lwt_interface
9393
cd ..
9494
#Do a little dance to restore the version to a clean tag for setuptools_scm
95+
git config --global user.email "[email protected]"
96+
git config --global user.name "Mr Robot"
9597
git tag -d ${{ github.ref_name }}
9698
git add -u
9799
git commit -m "tag dance"

0 commit comments

Comments
 (0)