Browse Source

Add zig to fix toolchains

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
bbfa17f318
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/pip-release.yml

+ 1
- 1
.github/workflows/pip-release.yml View File

@@ -59,7 +59,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
args: --release --out dist --zig
manylinux: manylinux_2_28
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels


Loading…
Cancel
Save