Bump version to 2.1.2
- Update project version to 2.1.2. - Update pyproject.toml with the new version. - Update README.md with a link to the CI badge. - Modify ci.yml to deploy to PyPI after the test job.
This commit is contained in:
parent
e865ebfee1
commit
0761903379
@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
deploy_to_registries:
|
deploy_to_registries:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: deploy_to_pypi
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
[](https://badge.fury.io/py/subscleaner)
|
[](https://badge.fury.io/py/subscleaner)
|
||||||
[](https://codecov.io/gl/rogs/subscleaner)
|
[](https://codecov.io/gl/rogs/subscleaner)
|
||||||
[](https://hub.docker.com/r/rogsme/subscleaner)
|
[](https://hub.docker.com/r/rogsme/subscleaner)
|
||||||
|
[](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.
|
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.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "subscleaner"
|
name = "subscleaner"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
description = "Remove advertisements from subtitle files"
|
description = "Remove advertisements from subtitle files"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Roger Gonzalez", email = "roger@rogs.me"}
|
{name = "Roger Gonzalez", email = "roger@rogs.me"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user