Skip to content

Commit

Permalink
Store Python build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
olokobayusuf committed Mar 20, 2024
1 parent 3e01148 commit c9fcdb0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ jobs:
- name: Pull EdgeFunction
run: python3 edgefxn.py

- name: Show Packages
run: |
ls -a
ls -a fxn
ls -a fxn/libs
ls -a fxn/libs/macos
- name: Build
run: python3 setup.py sdist bdist_wheel

- uses: actions/upload-artifact@v4
with:
name: Package
path: dist/fxn-0.0.32.tar.gz
path: |
dist/fxn-0.0.32.tar.gz
dist/fxn-0.0.32-py3-none-any.whl

0 comments on commit c9fcdb0

Please sign in to comment.