Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
dev/release/run-rat.sh apache-sedona-db-${{ env.VERSION }}.tar.gz

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: source
retention-days: 7
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
tar -czf docs.tgz sedona-db-docs

- name: Upload docs
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: docs
retention-days: 2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow geopandas
CIBW_TEST_COMMAND: pytest {package}/tests -vv

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: release-wheels-windows-x86_64
path: python/sedonadb/dist/*.whl
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow geopandas duckdb
CIBW_TEST_COMMAND: pytest {package}/tests -vv

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: release-wheels-macOS-arm64
path: python/sedonadb/dist/*.whl
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
CIBW_TEST_COMMAND: pytest {package}/tests -vv
SEDONADB_MACOS_ARCH: x86_64

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: release-wheels-macOS-amd64
path: python/sedonadb/dist/*.whl
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow geopandas duckdb
CIBW_TEST_COMMAND: pytest {package}/tests -vv

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: release-wheels-${{ matrix.config.label }}
path: python/sedonadb/dist/*.whl
Expand Down