Skip to content

Commit f8a51fa

Browse files
committed
ci: add twine and build dependency back
1 parent e9ee25e commit f8a51fa

File tree

2 files changed

+270
-0
lines changed

2 files changed

+270
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ dependencies = ["typing-extensions>=4.0.0"]
99
[dependency-groups]
1010
dev = [
1111
"bandit>=1.8.5",
12+
"build>=1.2.2.post1",
1213
"mypy-extensions>=1.1.0",
1314
"mypy>=1.0.0",
1415
"pytest-asyncio>=0.21.0",
1516
"pytest-coverage>=0.0",
1617
"pytest>=7.0.0",
1718
"python-semantic-release>=9.0.0",
1819
"ruff>=0.12.0",
20+
"twine>=6.1.0",
1921
]
2022

2123
[tool.pyright]

0 commit comments

Comments
 (0)