Skip to content

Commit

Permalink
ci: add tagrget to zig command
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent 116266c commit 5ae0d02
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 @@ -58,7 +58,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
args: --release --out dist --zig
args: --release --out dist --zig --target ${{ matrix.platform.target }}-unknown-linux-gnu
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down

0 comments on commit 5ae0d02

Please sign in to comment.