There was an error while loading. Please reload this page.
1 parent 7c99e42 commit bfc946eCopy full SHA for bfc946e
1 file changed
.github/workflows/build_wheels.yml
@@ -29,7 +29,7 @@ on:
29
30
jobs:
31
build-python-wheel:
32
- name: Build wheels & source
+ name: Build wheels and source
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
50
with:
51
custom_version: ${{ github.event.inputs.custom_version }}
52
token: ${{ github.event.inputs.token }}
53
- - name: Build wheels
+ - name: Install dependencies and build ui
54
env:
55
VERSION: ${{ steps.get-version.outputs.release_version }}
56
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
@@ -63,7 +63,8 @@ jobs:
63
git status
64
git restore go.mod go.sum
65
git restore sdk/python/feast/ui/yarn.lock
66
- python -m build -sw
+ - name: Build feast
67
+ run: python -m build -sw
68
- uses: actions/upload-artifact@v4
69
70
name: python-wheels
0 commit comments