File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ jobs:
133133 # seems not working - I think this because you need _annotated_ tags
134134 # for git describe i.e. you need to tag the release as so:
135135 # 'git tag vX.Y.Z -a -m "YOUR MESSAGE HERE"'
136- # echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
137- echo "VERSION=${git describe}" >> $GITHUB_ENV
136+ echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
137+ # echo "VERSION=${git describe}" >> $GITHUB_ENV
138138
139139 # setuptools_scm workaround for https://github.com/pypa/setuptools_scm/issues/455
140140 - name : Disable local version identifier on develop CI
Original file line number Diff line number Diff line change 1- name : create PyGOM distributions
1+ name : Test PyGOM distributions
22
33on :
44 push :
You can’t perform that action at this time.
0 commit comments