Skip to content

Commit

Permalink
ci(test): Test build python tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 2, 2024
1 parent e29aafd commit d2b4dc0
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,13 @@ requires-python = ">= 3.8"
[tool.rye]
managed = true
virtual = true

[tool.rye.dev-dependencies]
base = [
dev-dependencies = [
"pip",
"tomli>=2.0.2",
"tomli-w>=1.1.0",
]
testing = [
"pytest>=7.0.0"
]
formatting = [
"pytest>=7.0.0",
"black>=23.0.0",
"isort>=5.0.0"
]
build = [
"isort>=5.0.0",
"maturin>=1.7,<2.0"
]

Expand Down Expand Up @@ -62,9 +54,3 @@ fmt-check = { chain = [
]}
# Sync version number across all packages
sync-version = "python scripts/sync_version.py"

[tool.rye.scripts.dependencies.sync-version]
dependencies = [
"tomli>=2.0.2",
"tomli-w>=1.1.0",
]

0 comments on commit d2b4dc0

Please sign in to comment.