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 de7c9e4 + cf1f850 commit 50cc01cCopy full SHA for 50cc01c
.github/workflows/wheels.yml
@@ -92,10 +92,10 @@ 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 tag -d ${{ github.event.ref }}
+ git tag -d ${{ github.ref_name }}
96
git add -u
97
git commit -m "tag dance"
98
- git tag ${{ github.event.ref }}
+ git tag ${{ github.ref_name }}
99
${PYTHON} setup.py build_ext --inplace
100
- name: Build Wheel
101
env:
0 commit comments