locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
244 stars 45 forks source link

Publish snapshots through GitHub Actions #596

Open echeipesh opened 1 year ago

echeipesh commented 1 year ago

Circle CI is not longer cool. It would be great to manage releases from GitHub Actions, let us start by handling SNAPSHOTs first.

pomadchin commented 1 year ago

@echeipesh https://github.com/sbt/sbt-ci-release; + https://github.com/locationtech/geotrellis/blob/master/.github/workflows/ci.yml#L39-L66 for the Scala part is the easiest way:

Basically setting a couple of secrets and adding a generic publish step + adding plugin.

Good question what creds do we need to set for the Py artifacts release.