From f55b5735bbbadcdffe024a1fd03b54bbe4e95fc1 Mon Sep 17 00:00:00 2001 From: Bart Hertog Date: Sat, 24 Aug 2024 22:00:30 +0200 Subject: [PATCH] Bump the protobuf version in the distribution workflow. --- .github/workflows/distribute_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute_pypi.yml b/.github/workflows/distribute_pypi.yml index 81dbfaa..898154f 100644 --- a/.github/workflows/distribute_pypi.yml +++ b/.github/workflows/distribute_pypi.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - protoc-version: ["25.x"] + protoc-version: ["27.x"] steps: - uses: actions/checkout@v4