Skip to content

Commit

Permalink
ci: enable zig
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 3, 2024
1 parent 0fbe0d9 commit 3d07782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
with:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
args: --release --out dist
args: --release --out dist --zig
sccache: 'true'
manylinux: auto
before-script-linux: ../../.github/workflows/install-graalvm-linux.sh
#before-script-linux: ../../.github/workflows/install-graalvm-linux.sh
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3d07782

Please sign in to comment.