Skip to content

Commit

Permalink
fix python package build
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 15, 2021
1 parent a4e83ee commit bc589d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jobs:
- name: Publish Python Package
run: |
cd python/
python3 -m pip install --user --upgrade setuptools wheel twine
python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools
python3 setup.py sdist bdist_wheel
python3 -m twine upload --verbose dist/*
2 changes: 1 addition & 1 deletion python/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feast==0.9.5
feast==0.9.5.1
cryptography==3.1
flake8
black==19.10b0
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
REQUIRES_PYTHON = ">=3.6.0"

REQUIRED = [
"feast==0.9.5",
"feast==0.9.5.1",
"Click==7.*",
"google-api-core==1.22.4",
"google-cloud-bigquery==1.18.*",
Expand Down

0 comments on commit bc589d8

Please sign in to comment.