Skip to content

Commit

Permalink
fix ci job genproto deleting py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
iva-romanenko authored and PeppaTheC committed Jun 17, 2024
1 parent 5c2dd01 commit 0dc07ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ proto: ## regenerate code from protobuf
--mypy_grpc_out=. \
`find cloudapi/yandex -name '*.proto'`
find yandex -type d -exec touch {}/__init__.py \;
touch yandex/py.typed \;

help: ## Show help message
@IFS=$$'\n' ; \
Expand Down
Empty file added yandex/py.typed
Empty file.

0 comments on commit 0dc07ad

Please sign in to comment.