We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef89625 commit 6f4baa5Copy full SHA for 6f4baa5
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
43
with:
44
target: ${{ matrix.platform.target }}
45
- args: --release --out dist --find-interpreter --features extension-module --zig
+ args: --release --out dist --find-interpreter --features extension-module
46
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
47
manylinux: auto
48
pyproject.toml
@@ -7,7 +7,7 @@ dev = [
7
"bumpver>=2024.1130",
8
"cogapp>=3.4.1",
9
"django-stubs>=5.1.1",
10
- "maturin[zig]>=1.7.8",
+ "maturin>=1.7.8",
11
"nox>=2025.5.1",
12
"ruff>=0.8.2",
13
]
0 commit comments