Skip to content

Commit 928e0f2

Browse files
committed
add local tools for CI sanity checking
1 parent e5d8779 commit 928e0f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ dev = [
5555
"importmagic",
5656
"epc",
5757
"jedi>=0.19.2",
58+
# For local pre-release sanity checks: `python -m build --sdist`
59+
# exercises the same sdist path that CI runs on tag push.
60+
"build",
61+
# For validating .github/workflows/*.yml during local dev (not used at runtime).
62+
"pyyaml>=6.0.3",
5863
]
5964

6065
[build-system]

0 commit comments

Comments
 (0)