Add twine to development dependencies in pyproject.toml
Some checks failed
Build Wheels / build (push) Has been cancelled
Build and Publish / build-and-publish (push) Successful in 30s

This commit is contained in:
2025-04-28 10:36:30 +02:00
parent 9d33b6e8be
commit 38d4c7d5f3

View File

@@ -20,6 +20,9 @@ pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"