File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,8 +129,9 @@ jobs:
129129 workdir : protoc-gen-connect-python
130130
131131 - run : |
132+ # Make sure uv doesn't build the project since the data files aren't ready yet.
132133 uv sync --frozen --no-install-project
133- uv run python scripts/generate_wheels.py
134+ uv run --no-sync python scripts/generate_wheels.py
134135 working-directory: protoc-gen-connect-python
135136
136137 - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
Original file line number Diff line number Diff line change 3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939
4040 - run : |
41+ # Make sure uv doesn't build the project since the data files aren't ready
4142 uv sync --frozen --no-install-project
42- uv run python scripts/generate_wheels.py
43+ uv run --no-sync python scripts/generate_wheels.py
4344 working-directory: protoc-gen-connect-python
4445
4546 - uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
You can’t perform that action at this time.
0 commit comments