diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 48c5b58..44cf809 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: deploy_to_registries: runs-on: ubuntu-latest - needs: test + needs: deploy_to_pypi if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 0c2586e..cca938f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![PyPI version](https://badge.fury.io/py/subscleaner.svg)](https://badge.fury.io/py/subscleaner) [![codecov](https://codecov.io/gl/rogs/subscleaner/graph/badge.svg?token=JDAY18ZIFZ)](https://codecov.io/gl/rogs/subscleaner) [![docker](https://img.shields.io/badge/Docker-subscleaner-blue)](https://hub.docker.com/r/rogsme/subscleaner) +[![CI](https://git.rogs.me/rogs/subscleaner/actions/workflows/ci.yml/badge.svg)](https://git.rogs.me/rogs/subscleaner/actions) Subscleaner is a Python script that removes advertisements from subtitle files. It's designed to help you enjoy your favorite shows and movies without the distraction of unwanted ads in the subtitles. diff --git a/pyproject.toml b/pyproject.toml index 105a98f..16e3d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "subscleaner" -version = "2.1.1" +version = "2.1.2" description = "Remove advertisements from subtitle files" authors = [ {name = "Roger Gonzalez", email = "roger@rogs.me"}