Skip to content

Commit 3dc1663

Browse files
committed
Add leftovers which I forgot to commit
1 parent 711390a commit 3dc1663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
# Lock everything again
6868
git add .
6969
uv run --no-sync pre-commit run --all-files
70+
uv sync --no-editable --all-extras --group all-dev
7071
git add .
72+
uv run --no-sync pre-commit run --all-files
7173
7274
# Commit, tag and push
7375
git commit -a -m "bump: version $BASE_VERSION -> $NEW_VERSION"
@@ -82,6 +84,8 @@ jobs:
8284
mv pyproject-dev.toml pyproject.toml
8385
# Bump to pre-release of next version
8486
uv version --no-sync --bump post
87+
# Propogate dev version back to meson.build
88+
uv run --no-sync python scripts/propogate-pyproject-metadata.py
8589
8690
NEW_VERSION=`sed -ne 's/^version = "\([0-9\.post]*\)"/\1/p' pyproject.toml`
8791
echo "Bumping version $BASE_VERSION > $NEW_VERSION"

0 commit comments

Comments
 (0)