Quantco / metalearners

MetaLearners for CATE estimation
https://metalearners.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
34 stars 4 forks source link

Fix trigger of PyPI action #55

Closed kklein closed 4 months ago

kklein commented 4 months ago

The PyPI publishing is only triggered if the event is a published release, see https://github.com/Quantco/metalearners/blob/main/.github/workflows/package.yml#L29

Yet, as of now, only pushes (on branches or tags) trigger the action.

Hence, this change includes the publishing of a release as a trigger for the action.

Checklist