Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
- run: uv run poe test
env:
ASSERT_MARSHALER_IMPLEMENTATION: ${{ matrix.native-ext && 'native' || 'python' }}
# grpcio has no free-threaded wheels and there is no marker to exclude it
# If in the future they publish free-threaded wheels or uv supports a marker
# for it, we can merge this to the main task
- name: grpc tests
if: matrix.python-version != '3.14t'
run: |
uv run poe test-grpc

test-pypy:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
Expand Down Expand Up @@ -89,8 +82,7 @@ jobs:
with:
version: "0.11.23"
python-version: "3.10"
# grpc group so pyright/ty resolve grpc imports in the example and stub tests.
- run: uv sync --locked --all-groups
- run: uv sync --locked
- run: uv run poe lint
- run: uv run poe format
- run: uv run poe generate
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ jobs:
run: uv build
working-directory: packages/protoc-gen-py

- name: build protoc-gen-grpc-py
run: uv build
working-directory: packages/protoc-gen-grpc-py

- name: publish all packages
if: github.event_name != 'pull_request'
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
Expand Down
58 changes: 0 additions & 58 deletions examples/grpc/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions examples/grpc/buf.gen.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions examples/grpc/proto/connectrpc/eliza/v1/eliza.proto

This file was deleted.

26 changes: 0 additions & 26 deletions examples/grpc/pyproject.toml

This file was deleted.

13 changes: 0 additions & 13 deletions examples/grpc/src/example_grpc/__init__.py

This file was deleted.

Loading
Loading