Skip to content

Commit bfc946e

Browse files
committed
consolidate wheels/source builds & artifacts for release
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 7c99e42 commit bfc946e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
build-python-wheel:
32-
name: Build wheels & source
32+
name: Build wheels and source
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
custom_version: ${{ github.event.inputs.custom_version }}
5252
token: ${{ github.event.inputs.token }}
53-
- name: Build wheels
53+
- name: Install dependencies and build ui
5454
env:
5555
VERSION: ${{ steps.get-version.outputs.release_version }}
5656
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
@@ -63,7 +63,8 @@ jobs:
6363
git status
6464
git restore go.mod go.sum
6565
git restore sdk/python/feast/ui/yarn.lock
66-
python -m build -sw
66+
- name: Build feast
67+
run: python -m build -sw
6768
- uses: actions/upload-artifact@v4
6869
with:
6970
name: python-wheels

0 commit comments

Comments
 (0)