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 d67a980 + bac0684 commit de7c9e4Copy full SHA for de7c9e4
.github/workflows/wheels.yml
@@ -91,6 +91,11 @@ jobs:
91
cp -r --dereference subprojects/git-submodules/tskit/python/lwt_interface/* subprojects/tskit/.
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 tag -d ${{ github.event.ref }}
96
+ git add -u
97
+ git commit -m "tag dance"
98
+ git tag ${{ github.event.ref }}
99
${PYTHON} setup.py build_ext --inplace
100
- name: Build Wheel
101
env:
0 commit comments