bandframework / Taweret

Python package for Bayesian Model Mixing
https://bandframework.github.io/Taweret/
MIT License
8 stars 8 forks source link

Setup PyPI publish action #116

Closed jared321 closed 2 months ago

jared321 commented 2 months ago

The basic work needed for Issue #94 is now done on this branch and is ready for merging into main in support of deploying the official v1.1.0 distributions to PyPI.

The publishing action built up here needs to be on main so that the action can only be triggered by publishing an official release. Therefore, the publication portion of the action is not yet written and will be developed directly on main after this branch is merged to main.

I did the following to review this PR

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.62%. Comparing base (e4a7dff) to head (6295942). Report is 20 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ======================================= Coverage 66.62% 66.62% ======================================= Files 14 14 Lines 1561 1561 ======================================= Hits 1040 1040 Misses 521 521 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.