Skip to content

Commit deae33e

Browse files
committed
CI-bump fixes
1 parent 60017f5 commit deae33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
# Propogate new version to meson.build
6565
uv run --no-sync python scripts/propogate-pyproject-metadata.py
6666
67-
# Lock everything again
67+
# Update all the lock files
6868
git add .
69-
uv run --no-sync pre-commit run --all-files
7069
uv sync --no-editable --all-extras --group all-dev
71-
git add .
70+
uv run --no-sync pre-commit run --all-files || git add .
71+
# Make sure that we're now in a 'good' state
7272
uv run --no-sync pre-commit run --all-files
7373
7474
# Commit, tag and push

0 commit comments

Comments
 (0)