Skip to content

Commit

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

- name: Build
- name: Show Packages
run: |
ls fxn/libs/macos
ls fxn/libs/windows
python3 setup.py sdist bdist_wheel
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

0 comments on commit 3e01148

Please sign in to comment.