Skip to content

Commit

Permalink
fix: Updated sdist step
Browse files Browse the repository at this point in the history
Signed-off-by: Bhargav Dodla <[email protected]>
  • Loading branch information
Bhargav Dodla committed Sep 18, 2024
1 parent 77ba4a5 commit 88eb143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
git restore sdk/python/feast/ui/yarn.lock
- name: Build
run: |
python3 setup.py build_py sdist
python3 setup.py sdist
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 88eb143

Please sign in to comment.