Skip to content

Commit 6f4baa5

Browse files
remove zig
that's what i get for trying something without understanding it
1 parent ef89625 commit 6f4baa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
4343
with:
4444
target: ${{ matrix.platform.target }}
45-
args: --release --out dist --find-interpreter --features extension-module --zig
45+
args: --release --out dist --find-interpreter --features extension-module
4646
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4747
manylinux: auto
4848

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dev = [
77
"bumpver>=2024.1130",
88
"cogapp>=3.4.1",
99
"django-stubs>=5.1.1",
10-
"maturin[zig]>=1.7.8",
10+
"maturin>=1.7.8",
1111
"nox>=2025.5.1",
1212
"ruff>=0.8.2",
1313
]

0 commit comments

Comments
 (0)