You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Click `Close` on the Sedona staging repo on https://repository.apache.org under `staging repository`
604
604
2. Once the staging repo is closed, click `Release` on this repo.
605
605
606
-
**NOTICE**: The staging repo will be automatically dropped after 3 days without closing. If you find the staging repo being dropped, you can re-stage the release using the following script.
606
+
## 9. Release Sedona Python
607
607
608
-
```bash
609
-
#!/bin/bash
610
-
611
-
echo"Re-staging releases to https://repository.apache.org"
You must have the maintainer privilege of `https://pypi.org/project/apache-sedona/` and `https://www.npmjs.com/package/apache-sedona`
608
+
Sedona GitHub CI will automatically publish wheel files to PyPi once a GitHub release is created.
691
609
692
-
To publish Sedona pythons, you have to use GitHub actions since we release wheels for different platforms. Please use this repo: https://github.com/jiayuasu/sedona-publish-python
610
+
## 10. Release Sedona Zeppelin
693
611
694
612
```bash
695
613
#!/bin/bash
@@ -705,7 +623,7 @@ cd apache-sedona-{{ sedona_create_release.current_version }}-src/zeppelin && npm
@@ -715,7 +633,7 @@ R CMD check --as-cran apache.sedona_*.tar.gz
715
633
716
634
Then submit to CRAN using this [web form](https://xmpalantir.wu.ac.at/cransubmit/).
717
635
718
-
## 11. Publish the doc website
636
+
## 12. Publish the doc website
719
637
720
638
1. Check out the {{ sedona_create_release.current_version }} Git tag on your local repo to a branch namely `branch-{{ sedona_create_release.current_version }}`
721
639
2. Add the download link to [Download page](../download.md).
0 commit comments