Skip to content

Commit 95015dc

Browse files
committed
fix: pypi package verification
1 parent 83babbc commit 95015dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ runpod = "runpod.cli.entry:runpod_cli"
5050

5151

5252
[dependency-groups]
53+
dev = [
54+
"build>=1.2.2.post1",
55+
"twine>=6.1.0",
56+
]
5357
test = [
5458
"asynctest",
5559
"nest_asyncio",
@@ -59,7 +63,6 @@ test = [
5963
"pytest-timeout",
6064
"pytest-watch",
6165
"pytest",
62-
"twine",
6366
]
6467

6568
[build-system]

0 commit comments

Comments
 (0)