Files
vercel__workflow/workbench/python/vercel.json
Fantix King 09b299a03e [e2e] Add Python e2e Test (#3369)
Turns `packages/core/e2e/e2e.test.ts` into a cross-language conformance
suite and adds `workbench/python` as its first non-JavaScript subject.

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 16:56:05 -04:00

17 lines
241 B
JSON

{
"git": {
"deploymentEnabled": {
"changeset-release/main": false
}
},
"env": {
"WORKFLOW_PUBLIC_MANIFEST": "1"
},
"builds": [
{
"src": "pyproject.toml",
"use": "@vercel/python@6.55.1"
}
]
}