Skip to content

Commit

Permalink
upload correct artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarshall committed Aug 12, 2024
1 parent 6e111d2 commit 8b1ca5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/make_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
actions-cache-folder: 'emsdk-cache'
- name: Arrow build
run: |
mkdir dist
sudo apt-get install ninja-build
pyodide build-recipes-no-deps --recipe-dir . --target-install-dir dist pyarrow
pyodide build-recipes-no-deps --recipe-dir . pyarrow
- uses: actions/upload-artifact@v4
with:
name: build_wheel
path: dist
path: pyarrow/dist

0 comments on commit 8b1ca5b

Please sign in to comment.