Skip to content

Commit 1d83377

Browse files
committed
no-sync too
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent efde144 commit 1d83377

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
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

0 commit comments

Comments
 (0)