Skip to content

Commit bd11937

Browse files
authored
fix: Build fails in publish.yml (#2032)
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 80e6f46 commit bd11937

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30+
with:
31+
python-version: '3.14'
3032

3133
- name: Upgrade pip
3234
run: pip install --upgrade pip
3335

3436
- name: Install build, pdm-backend, and grpcio-tools
35-
run: pip install build pdm-backend "grpcio-tools==1.68.1"
37+
run: pip install build pdm-backend "grpcio-tools>=1.76.0"
3638

3739
- name: Generate Protobuf
3840
run: python generate_proto.py

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
5151
- fix: prevent CodeRabbit from posting comments on closed issues(#1962)
5252
- chore: update spam list #1988
5353
- chore: Update `bot-advanced-check.yml`, `bot-gfi-assign-on-comment.yml`, `bot-intermediate-assignment.yml`, `bot-linked-issue-enforcer.yml`, `unassign-on-comment.yml`, `working-on-comment.yml` workflow runner configuration
54+
- Fix build failing in `publish.yml`
5455

5556

5657

0 commit comments

Comments
 (0)