fix(deploy): extra_packages peikar på .py-fil, ikkje mappe
This commit is contained in:
parent
a7e92cfba7
commit
61d1fa47ed
|
|
@ -30,7 +30,7 @@ def deploy(project: str, region: str, display_name: str, staging_bucket: str):
|
||||||
"httpx>=0.27.0",
|
"httpx>=0.27.0",
|
||||||
"google-auth>=2.29.0",
|
"google-auth>=2.29.0",
|
||||||
],
|
],
|
||||||
extra_packages=["./opax_mcp_client"],
|
extra_packages=["./opax_mcp_client.py"],
|
||||||
display_name=display_name,
|
display_name=display_name,
|
||||||
)
|
)
|
||||||
print(f"\n✅ Agent deployet!")
|
print(f"\n✅ Agent deployet!")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user