Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
# Propogate new version to meson.build
uv run --no-sync python scripts/propogate-pyproject-metadata.py

# Lock everything again
# Update all the lock files
git add .
uv run --no-sync pre-commit run --all-files
uv sync --no-editable --all-extras --group all-dev
git add .
uv run --no-sync pre-commit run --all-files || git add .
# Make sure that we're now in a 'good' state
uv run --no-sync pre-commit run --all-files

# Commit, tag and push
Expand Down
1 change: 1 addition & 0 deletions changelog/14.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed bump broken action.