From d7f2d769920859d38a369cd7a22fe6852db13f26 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 22 Feb 2026 18:33:42 -0800 Subject: [PATCH 1/2] use the right wheel name --- .github/workflows/bindings_python_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_python_ci.yml b/.github/workflows/bindings_python_ci.yml index 1c3350221c..a2d844a1a7 100644 --- a/.github/workflows/bindings_python_ci.yml +++ b/.github/workflows/bindings_python_ci.yml @@ -104,7 +104,7 @@ jobs: working-directory: "bindings/python" shell: bash run: | - uv pip install --reinstall dist/pyiceberg_core-*.whl + uv pip install --reinstall dist/pyiceberg_core_rust-*.whl - name: Run tests working-directory: "bindings/python" shell: bash From 94e62a25b4eb023ce3bd1dd96a3e04d18deffd4c Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 22 Feb 2026 18:41:37 -0800 Subject: [PATCH 2/2] more open --- .github/workflows/bindings_python_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_python_ci.yml b/.github/workflows/bindings_python_ci.yml index a2d844a1a7..06f11b3eea 100644 --- a/.github/workflows/bindings_python_ci.yml +++ b/.github/workflows/bindings_python_ci.yml @@ -104,7 +104,7 @@ jobs: working-directory: "bindings/python" shell: bash run: | - uv pip install --reinstall dist/pyiceberg_core_rust-*.whl + uv pip install --reinstall dist/pyiceberg_core*.whl - name: Run tests working-directory: "bindings/python" shell: bash