Skip to content

Commit

Permalink
Fix version and attempt to fix version bump issue
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 3, 2024
1 parent 00a3a4f commit d2637be
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 187 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ jobs:
NEW_VERSION=`sed -ne 's/^version = "\([0-9\.a]*\)"/\1/p' pyproject.toml`
echo "Bumping version $BASE_VERSION > $NEW_VERSION"
# Freeze the environment again
# x-ref: https://github.com/climate-resource/input4mips_validation/issues/35
pixi install
pdm lock --strategy=inherit_metadata --dev --group :all
# Skip pre-commit to avoid pixi install throwing weird errors
# Commit and push
git commit -a -m "bump(pre-release): version $BASE_VERSION > $NEW_VERSION"
git commit -n -a -m "bump(pre-release): version $BASE_VERSION > $NEW_VERSION"
git push
Loading

0 comments on commit d2637be

Please sign in to comment.