Skip to content

Commit ec0240c

Browse files
committed
switch to rust pre-release
using test-pypi
1 parent 538ab6c commit ec0240c

File tree

2 files changed

+65
-179
lines changed

2 files changed

+65
-179
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = []
77
[dependency-groups]
88
action = [
99
"clang-tools==0.15.2",
10-
"cpp-linter==1.10.7",
10+
"cpp-linter==2.0.0rc12",
1111
]
1212
dev = [
1313
"mypy>=1.17.1",
@@ -22,3 +22,11 @@ docs = [
2222
"mkdocs-material>=9.6.16",
2323
"pyyaml>=6.0.2",
2424
]
25+
26+
[[tool.uv.index]]
27+
name = "testPyPI"
28+
url = "https://test.pypi.org/simple/"
29+
explicit = true
30+
31+
[tool.uv.sources]
32+
cpp-linter = { index = "testPyPI" }

0 commit comments

Comments
 (0)