We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60017f5 commit deae33eCopy full SHA for deae33e
.github/workflows/bump.yaml
@@ -64,11 +64,11 @@ jobs:
64
# Propogate new version to meson.build
65
uv run --no-sync python scripts/propogate-pyproject-metadata.py
66
67
- # Lock everything again
+ # Update all the lock files
68
git add .
69
- uv run --no-sync pre-commit run --all-files
70
uv sync --no-editable --all-extras --group all-dev
71
- git add .
+ uv run --no-sync pre-commit run --all-files || git add .
+ # Make sure that we're now in a 'good' state
72
uv run --no-sync pre-commit run --all-files
73
74
# Commit, tag and push
0 commit comments