mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-26 20:09:29 +00:00
remove zig
that's what i get for trying something without understanding it
This commit is contained in:
parent
ef896255fb
commit
6f4baa5456
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
|
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
|
||||||
with:
|
with:
|
||||||
target: ${{ matrix.platform.target }}
|
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/') }}
|
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ dev = [
|
||||||
"bumpver>=2024.1130",
|
"bumpver>=2024.1130",
|
||||||
"cogapp>=3.4.1",
|
"cogapp>=3.4.1",
|
||||||
"django-stubs>=5.1.1",
|
"django-stubs>=5.1.1",
|
||||||
"maturin[zig]>=1.7.8",
|
"maturin>=1.7.8",
|
||||||
"nox>=2025.5.1",
|
"nox>=2025.5.1",
|
||||||
"ruff>=0.8.2",
|
"ruff>=0.8.2",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue