Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Ensure that generated python code are considered as module
  • Loading branch information
khorshuheng committed May 6, 2020
commit 88674bcfeb78f7c3e893bcdb2d95be351016f674
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ dmypy.json
.flattened-pom.xml

sdk/python/docs/html
sdk/python/feast/core/
sdk/python/feast/serving/
sdk/python/feast/storage/
sdk/python/feast/types/
sdk/python/tensorflow_metadata

# Generated python code
*_pb2.py
*_pb2.pyi
*_pb2_grpc.py
2 changes: 1 addition & 1 deletion .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ postsubmits:
- sh
- -c
- |
infra/scripts/publish-python-sdk.sh \
make compile-protos-python && infra/scripts/publish-python-sdk.sh \
--directory-path sdk/python --repository pypi
volumeMounts:
- name: pypirc
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.