Skip to content

Commit

Permalink
Add requirements to set new tag ci triggers (#63)
Browse files Browse the repository at this point in the history
* add requirements.txt to trigger files of set new version tag

* version of grpcio-tools updated
  • Loading branch information
MmahdiM79 authored Apr 19, 2024
1 parent 1f93ec6 commit ee87a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/set_new_version_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**/*python*'
- '**/python/**'
- 'stubs/**'
- 'requirements.txt'

jobs:
set-version-tag:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protobuf==4.23.0
grpcio==1.54.3
grpcio-tools==1.54.2
grpcio-tools==1.54.3

0 comments on commit ee87a2a

Please sign in to comment.