This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from 930a46a add extra (#42)
add 18409e6 chore(ci): Add release artifact CI (#40)
No new revisions were added by this update.
Summary of changes:
.github/workflows/packaging.yml | 202 +++++++++++++++++++++
.github/workflows/python-wheels.yml | 19 +-
.github/workflows/python.yml | 2 +-
.gitignore | 4 +
Cargo.lock | 34 ++--
Cargo.toml | 8 +-
.../vendor-tg.sh => ci/scripts/build-docs.sh | 21 ++-
.../scripts/build-source.sh | 42 +++--
ci/scripts/set_dev_version.py | 93 ++++++++++
docs/README.md | 5 +-
docs/requirements.txt | 4 +-
mkdocs.yml | 1 +
python/sedonadb/Cargo.toml | 3 +-
python/sedonadb/python/sedonadb/context.py | 4 +-
14 files changed, 389 insertions(+), 53 deletions(-)
create mode 100644 .github/workflows/packaging.yml
copy c/sedona-tg/vendor-tg.sh => ci/scripts/build-docs.sh (68%)
mode change 100644 => 100755
copy c/sedona-geoarrow-c/vendor-nanoarrow.sh => ci/scripts/build-source.sh
(53%)
mode change 100644 => 100755
create mode 100644 ci/scripts/set_dev_version.py