Skip to content

Commit

Permalink
Build wheel and upload the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed May 9, 2024
1 parent 5046614 commit eadaa32
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/winbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ jobs:
run: |
choco install eigen
- name: build
- name: Build
run: |
git submodule update --init
pip install -e . -v
python setup.py bdist_wheel
- name: Upload wheel artifact
uses: actions/upload-artifact@v3
with:
name: wheel
path: dist/*.whl

0 comments on commit eadaa32

Please sign in to comment.