We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50cc01c + 0dc9951 commit 99cad13Copy full SHA for 99cad13
.github/workflows/wheels.yml
@@ -92,6 +92,8 @@ jobs:
92
cp -r --dereference subprojects/git-submodules/tskit/python/lwt_interface ../lwt_interface
93
cd ..
94
#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"
97
git tag -d ${{ github.ref_name }}
98
git add -u
99
git commit -m "tag dance"
0 commit comments