Skip to content

Commit f54e967

Browse files
committed
More CI version fixes
1 parent 3dfcfe2 commit f54e967

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/distribute_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: create PyGOM distributions
1+
name: Test PyGOM distributions
22

33
on:
44
push:

0 commit comments

Comments
 (0)