Skip to content

Commit

Permalink
Update bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 22, 2024
1 parent 047ff52 commit 0f1367f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
# version as the tagged commit)
BASE_VERSION=`sed -ne 's/^version = "\([0-9\.a]*\)"/\1/p' pyproject.toml`
# Bump (need two commands because of a bug in pdm-bump)
# See https://github.com/carstencodes/pdm-bump/issues/326
pdm bump micro
# Bump to pre-release of next version
pdm bump pre-release --pre alpha
NEW_VERSION=`sed -ne 's/^version = "\([0-9\.a]*\)"/\1/p' pyproject.toml`
Expand Down

0 comments on commit 0f1367f

Please sign in to comment.