-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add requirements to set new tag ci triggers (#63)
* add requirements.txt to trigger files of set new version tag * version of grpcio-tools updated
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- '**/*python*' | ||
- '**/python/**' | ||
- 'stubs/**' | ||
- 'requirements.txt' | ||
|
||
jobs: | ||
set-version-tag: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |