rasterframes icon indicating copy to clipboard operation
rasterframes copied to clipboard

Publish snapshots through GitHub Actions

Open echeipesh opened this issue 2 years ago • 1 comments

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

echeipesh avatar Jan 19 '23 22:01 echeipesh

@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.

pomadchin avatar Jan 19 '23 22:01 pomadchin