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:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
needs: deploy_to_pypi
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -7,6 +7,7 @@
|
||||
[](https://badge.fury.io/py/subscleaner)
|
||||
[](https://codecov.io/gl/rogs/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.
|
||||
|
||||
|
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user