Skip to content

Commit

Permalink
ci: disable zig
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 3, 2024
1 parent 87abc0c commit 859da0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
with:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
args: --release --out dist --zig
args: --release --out dist
sccache: 'true'
manylinux: auto
container: off
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 859da0f

Please sign in to comment.