File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
workspaces : temporalio/bridge -> target
46
46
- uses : astral-sh/setup-uv@v5
47
- # Prepare
48
- # Using fixed Poetry version until
49
- # https://github.com/python-poetry/poetry/issues/7611 and
50
- # https://github.com/python-poetry/poetry/pull/7694 are fixed
51
- - run : python -m pip install --upgrade wheel "poetry==1.3.2" poethepoet
47
+ - run : python -m pip install --upgrade wheel poethepoet
52
48
- run : uv sync --all-extras
49
+ - run : uv build
53
50
54
51
# Add the source dist only for Linux x64 for now
55
52
- if : ${{ matrix.package-suffix == 'linux-amd64' }}
Original file line number Diff line number Diff line change 85
85
run : |
86
86
uv add --python 3.9 "protobuf<4"
87
87
uv sync --all-extras
88
+ poe build-develop
88
89
poe gen-protos
89
90
poe format
90
91
[[ -z $(git status --porcelain temporalio) ]] || (git diff temporalio; echo "Protos changed"; exit 1)
You can’t perform that action at this time.
0 commit comments