Skip to content

Commit 507330b

Browse files
adjust test and project info
1 parent 492f2f6 commit 507330b

File tree

3 files changed

+51
-30
lines changed

3 files changed

+51
-30
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,10 @@ jobs:
3535
enable-cache: true
3636
version: ${{ env.UV_VERSION }}
3737

38-
- name: Install Protoc
39-
uses: arduino/setup-protoc@v3
40-
with:
41-
repo-token: ${{ secrets.GITHUB_TOKEN }}
42-
4338
- name: Install dependencies and build
4439
run: |
4540
uv sync --frozen
46-
cargo build --verbose
41+
maturin build
4742
4843
- name: Run tests
4944
run: cargo test --verbose

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ build-backend = "maturin"
55
[dependency-groups]
66
dev = [
77
"django-stubs>=5.1.1",
8+
"maturin>=1.7.8",
89
"ruff>=0.8.2",
910
]
1011
docs = [
1112
"mkdocs-material>=9.5.49",
1213
]
1314

1415
[project]
15-
name = "djls"
16+
name = "django-language-server"
1617
version = "5.1.0a0"
1718
description = "A language server for the Django web framework"
1819
readme = "README.md"

uv.lock

Lines changed: 48 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)