This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 988aea54 chore(ci): Add intel MacOS wheels to gemfury upload (#500)
988aea54 is described below
commit 988aea542be43b46d1af1edb443b4f528f1868aa
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Jan 8 14:54:44 2026 -0600
chore(ci): Add intel MacOS wheels to gemfury upload (#500)
---
.github/workflows/python-wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python-wheels.yml
b/.github/workflows/python-wheels.yml
index ca985a3e..9fa82dda 100644
--- a/.github/workflows/python-wheels.yml
+++ b/.github/workflows/python-wheels.yml
@@ -252,7 +252,7 @@ jobs:
path: python/sedonadb/dist/*.whl
upload_nightly:
- needs: ["wheels-linux", "macOS-arm64", "windows-x86_64"]
+ needs: ["wheels-linux", "macOS-arm64", "macOS-amd64", "windows-x86_64"]
name: Upload nightly packages
runs-on: "macos-latest"
steps: