Skip to content

Commit

Permalink
Merge pull request #640 from benjeffery/fix_wheels
Browse files Browse the repository at this point in the history
Fix windows wheel commit
  • Loading branch information
benjeffery authored Feb 23, 2022
2 parents 50cc01c + 0dc9951 commit 99cad13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
cp -r --dereference subprojects/git-submodules/tskit/python/lwt_interface ../lwt_interface
cd ..
#Do a little dance to restore the version to a clean tag for setuptools_scm
git config --global user.email "[email protected]"
git config --global user.name "Mr Robot"
git tag -d ${{ github.ref_name }}
git add -u
git commit -m "tag dance"
Expand Down

0 comments on commit 99cad13

Please sign in to comment.