File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed
Expand file tree Collapse file tree 7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5858 run : |
5959 for p in $PACKAGES; do
6060 uv run --directory "$p" bash -e <<"EOF"
61- if semantic-release --strict version --no-commit --no-tag; then
61+ if semantic-release -v - -strict version --no-commit --no-tag; then
6262 uv lock --upgrade-package $(uv version | cut -d " " -f1)
6363 git add "$GITHUB_WORKSPACE/uv.lock"
6464 grep "{ workspace = true }" pyproject.toml | {
6868 }
6969 git add pyproject.toml
7070 uv build -o dist
71- semantic-release --strict version
71+ semantic-release -v - -strict version
7272 semantic-release publish
7373 uv publish dist/*
7474 fi
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- next- version-placeholder -->
3+ <!-- version list -->
44
55## v0.112.0 (2025-10-15)
66
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- next- version-placeholder -->
3+ <!-- version list -->
44
55## v0.49.2 (2025-06-17)
66
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- next- version-placeholder -->
3+ <!-- version list -->
44
55## v0.34.0 (2024-07-21)
66
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- next- version-placeholder -->
3+ <!-- version list -->
44
55## v0.99.0 (2025-07-18)
66
Original file line number Diff line number Diff line change 1515from .resources import * # noqa: F403
1616from .serialize import * # noqa: F403
1717from .spec import * # noqa: F403
18+
19+ print ("yo" )
Original file line number Diff line number Diff line change 2121from .toolchain .worker import * # noqa: F403
2222
2323print ("test" )
24+ print ("yo" )
You can’t perform that action at this time.
0 commit comments