tky823 / ssspy

A Python toolkit for sound source separation.
https://sound-source-separation-python.readthedocs.io/en/v0.1.7/
Apache License 2.0
126 stars 12 forks source link

Add workflow to upload package to TestPyPI #252

Closed tky823 closed 1 year ago

tky823 commented 1 year ago

Summary

This PR adds a GHA to upload the package to TestPyPI.

ref #250

Note

This workflow is a dummy to confirm its usage.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 55.55% and project coverage change: -0.07% :warning:

Comparison is base (2ca9933) 94.02% compared to head (4646e3a) 93.95%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #252 +/- ## ========================================== - Coverage 94.02% 93.95% -0.07% ========================================== Files 44 44 Lines 5403 5409 +6 ========================================== + Hits 5080 5082 +2 - Misses 323 327 +4 ``` | [Files Changed](https://app.codecov.io/gh/tky823/ssspy/pull/252?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [ssspy/\_\_init\_\_.py](https://app.codecov.io/gh/tky823/ssspy/pull/252?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3NzcHkvX19pbml0X18ucHk=) | `55.55% <55.55%> (-44.45%)` | :arrow_down: |

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

tky823 commented 1 year ago

Since workflow_run only supports a workflow run on the default branch, the uploading workflow was not triggered. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run

tky823 commented 1 year ago

I checked the behavior of the automatic package upload, so I'll close this PR.