Skip to content

Commit cf8d62f

Browse files
committed
chore(enhancement): fix Python Client CI / build job
1 parent 4d974f4 commit cf8d62f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

client/python/generate_clients.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
Path(".openapi-generator-ignore"),
6262
Path(".pytest_cache/"),
6363
Path("test/test_cli_parsing.py"),
64+
Path("apache_polaris/__pycache__/"),
6465
Path("apache_polaris/cli/"),
6566
Path("apache_polaris/sdk/__pycache__/"),
6667
Path("apache_polaris/sdk/catalog/__pycache__/"),

client/python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ packages = [
5050
{ include = "apache_polaris" }
5151
]
5252
include = [
53-
{ path = "apache_polaris/**", format = ["sdist", "wheel"] },
53+
{ path = "apache_polaris/cli", format = ["sdist", "wheel"] },
54+
{ path = "apache_polaris/sdk", format = ["sdist", "wheel"] },
5455
{ path = "templates/**", format = "sdist" },
5556
{ path = "spec/**", format = "sdist" },
5657
]

0 commit comments

Comments
 (0)