deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.54k stars 160 forks source link

build: use latest gha version for uploading to pypi #300

Closed oboulant closed 1 year ago

oboulant commented 1 year ago

This PR uses by default the latest version of gh-action-pypi-publish.

Before this PR, version number v1.4.1 was pinned in the GH workflow file. It caused the upload part of the job to fail (see here).

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (20af3c6) 98.77% compared to head (da25b4f) 98.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #300 +/- ## ======================================= Coverage 98.77% 98.77% ======================================= Files 40 40 Lines 978 978 ======================================= Hits 966 966 Misses 12 12 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `98.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Charles+T.#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.