This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d65ff30d Allowing publishing iceberg-catalog-sql in workflow. (#1473)
d65ff30d is described below
commit d65ff30de90cb5a83f21151c8bc1802e55676b21
Author: Renjie Liu <[email protected]>
AuthorDate: Mon Jun 30 01:50:28 2025 +0800
Allowing publishing iceberg-catalog-sql in workflow. (#1473)
## Which issue does this PR close?
- Closes #1460.
## What changes are included in this PR?
Add iceberg-catalog-sql when publishing.
## Are these changes tested?
No, simple github workflow change.
---
.github/workflows/publish.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 50a180c5..5a8a179f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -43,8 +43,7 @@ jobs:
- "crates/catalog/hms"
- "crates/catalog/memory"
- "crates/catalog/rest"
- # sql is not ready for release yet.
- # - "crates/catalog/sql"
+ - "crates/catalog/sql"
- "crates/integrations/datafusion"
steps:
- uses: actions/checkout@v4