-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Update python packaging to use build to produce sdists/wheels #2630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
feast-ci-bot
merged 10 commits into
feast-dev:master
from
achals:achal/update-python-builds
May 3, 2022
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f48d3f4
chore: Update python packaging to use build and produce sdists/wheels
achals 4ce68f9
D'oh
achals 0678f15
fix path
achals 24eecf7
fix path
achals 03a1f32
fix path again
achals d691087
fix Dockerfile
achals f1b5e7e
invoke build_ext in build
achals 6bf0e00
fix src_dir and dest_dir
achals 232e25e
fix dockerfiles
achals 86cb343
CR
achals File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| prune sdk/python/tests | ||
| prune ui | ||
| prune java/ | ||
| prune docs | ||
| prune infra | ||
| prune examples |
This file contains hidden or 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
File renamed without changes.
Empty file.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| [isort] | ||
| src_paths = feast,tests | ||
| multi_line_output=3 | ||
| include_trailing_comma=True | ||
| force_grid_wrap=0 | ||
| use_parentheses=True | ||
| line_length=88 | ||
| skip=feast/protos,feast/embedded_go/lib | ||
| known_first_party=feast,feast_serving_server,feast_core_server | ||
| default_section=THIRDPARTY | ||
|
|
||
| [flake8] | ||
| ignore = E203, E266, E501, W503 | ||
| max-line-length = 88 | ||
| max-complexity = 20 | ||
| select = B,C,E,F,W,T4 | ||
| exclude = .git,__pycache__,docs/conf.py,dist,feast/protos,feast/embedded_go/lib | ||
|
|
||
| [mypy] | ||
| files=feast,tests | ||
| ignore_missing_imports=true | ||
| exclude=feast/embedded_go/lib |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.