File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5050 echo "Bumping from version $BASE_VERSION"
5151
5252 # Bump
53- uv version --bump ${{ github.event.inputs.bump_rule }}
53+ uv version --no-sync -- bump ${{ github.event.inputs.bump_rule }}
5454
5555 NEW_VERSION=`sed -ne 's/^version = "\([0-9\.]*\)"/\1/p' pyproject.toml`
5656 echo "Bumping to version $NEW_VERSION"
6868 BASE_VERSION=`sed -ne 's/^version = "\([0-9\.]*\)"/\1/p' pyproject.toml`
6969
7070 # Bump to pre-release of next version
71- uv version --bump post
71+ uv version --no-sync -- bump post
7272
7373 NEW_VERSION=`sed -ne 's/^version = "\([0-9\.post]*\)"/\1/p' pyproject.toml`
7474 echo "Bumping version $BASE_VERSION > $NEW_VERSION"
Original file line number Diff line number Diff line change 4242 echo "" >> ".github/release_template.md"
4343 echo "## Changelog" >> ".github/release_template.md"
4444 echo "" >> ".github/release_template.md"
45- uv add typer
45+ uv add --no-sync typer
4646 uv run --no-sync python scripts/changelog-to-release-template.py >> ".github/release_template.md"
4747 echo "" >> ".github/release_template.md"
4848 echo "## Changes" >> ".github/release_template.md"
Original file line number Diff line number Diff line change 55 autoupdate_branch : pre-commit-autoupdate
66 # Currently network access isn't supported in the pre-commit CI product.
77 skip : [
8+ inject-srcs-into-meson-build,
89 propagate-pyproject-metadata,
910 uv-sync,
1011 uv-lock,
Original file line number Diff line number Diff line change 1+ Fix bump and release CI and fix pre-commit config so it works in CI
You can’t perform that action at this time.
0 commit comments