ci: Use pypi as index
Test and coverage / build (push) Successful in 21s

This commit is contained in:
2026-06-28 02:10:45 +03:00
parent e06ad4aa4e
commit 18d693a2e6
2 changed files with 338 additions and 333 deletions
+5
View File
@@ -30,3 +30,8 @@ select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "double"
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"
default = true