Skip to content

Commit

Permalink
More CI version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Feb 14, 2025
1 parent 3dfcfe2 commit f54e967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
# seems not working - I think this because you need _annotated_ tags
# for git describe i.e. you need to tag the release as so:
# 'git tag vX.Y.Z -a -m "YOUR MESSAGE HERE"'
# echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "VERSION=${git describe}" >> $GITHUB_ENV
echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
# echo "VERSION=${git describe}" >> $GITHUB_ENV
# setuptools_scm workaround for https://github.com/pypa/setuptools_scm/issues/455
- name: Disable local version identifier on develop CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create PyGOM distributions
name: Test PyGOM distributions

on:
push:
Expand Down

0 comments on commit f54e967

Please sign in to comment.