Skip to content

Commit

Permalink
ci: use zig to cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent 6afb5b5 commit 2f253af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
args: --release --out dist
args: --release --out dist --zig
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down

0 comments on commit 2f253af

Please sign in to comment.