remove zig

that's what i get for trying something without understanding it
This commit is contained in:
Josh Thomas 2025-07-24 21:05:54 -05:00
parent ef896255fb
commit 6f4baa5456
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features extension-module --zig
args: --release --out dist --find-interpreter --features extension-module
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto

View file

@ -7,7 +7,7 @@ dev = [
"bumpver>=2024.1130",
"cogapp>=3.4.1",
"django-stubs>=5.1.1",
"maturin[zig]>=1.7.8",
"maturin>=1.7.8",
"nox>=2025.5.1",
"ruff>=0.8.2",
]