Skip to content

Commit

Permalink
Try with zigbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed Apr 18, 2024
1 parent 357d5b2 commit 9e7a2f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Zigbuild
run: pip install cargo-zigbuild
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --zig
sccache: 'true'
container: 'off'
working-directory: pycare
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: pycare/dist

0 comments on commit 9e7a2f8

Please sign in to comment.