SCEDC / ground-motion-packet

Description of GMP —A GeoJSON Specification for Ground Motion Metrics
3 stars 6 forks source link

Automate gmpacket package building and distribution via PyPi #46

Open gferragu opened 1 year ago

gferragu commented 1 year ago

It would be convenient to have a CI/CD workflow for gmpacket that allows for pipelines triggered on tests and releases.

These pipelines can be configured on Azure Devops to test on multiple systems and Python versions, as well as push the package to PyPi when a new version is released similarly to what we've done for gmprocess in ESI-build-tests.

I'm happy to set up the workflow here to make that happen if it seems desirable