mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
ci: integrate pyo3
ci: add manylinux fix: maturin build error ci: add wheels upload ci: use venv
This commit is contained in:
@@ -35,7 +35,6 @@ dynamic = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"maturin==1.7.0",
|
||||
"black==24.4.2",
|
||||
"isort==5.13.2",
|
||||
"mypy==1.11.0",
|
||||
@@ -50,6 +49,8 @@ Source = "https://github.com/penberg/limbo"
|
||||
|
||||
[tool.maturin]
|
||||
bindings = 'pyo3'
|
||||
module-name = "limbo._limbo"
|
||||
features = ["pyo3/extension-module"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
@@ -70,7 +71,6 @@ quote-style = 'single'
|
||||
testpaths = 'tests'
|
||||
log_format = '%(name)s %(levelname)s: %(message)s'
|
||||
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ['limbo']
|
||||
branch = true
|
||||
|
||||
Reference in New Issue
Block a user