Medical-Event-Data-Standard / meds

Schema definitions and Python types for Medical Event Data Standard, a standard for medical event data such as EHR and claims data
Apache License 2.0
38 stars 3 forks source link

Add github workflow to publish packages #7

Closed tompollard closed 7 months ago

tompollard commented 10 months ago

As discussed at https://github.com/Medical-Event-Data-Standard/meds/pull/6#issuecomment-1882958439, it would be convenient to add a GitHub workflow for publishing new versions of the package.

GitHub provides a suggested workflow at: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action. With this approach, the workflow runs every time a change is pushed to a "release" branch.

EthanSteinberg commented 7 months ago

This is now done.