diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dad9c1e..ec66b5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: uv run ruff check - name: Installing MBROLA run: | - sudo /bin/bash src/install.sh + sudo /bin/bash bin/install.sh - name: Testing with Pytest run: | uv run pytest --cov=src --cov-report=term-missing diff --git a/pyproject.toml b/pyproject.toml index b44a347..28df6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mbrola" -version = "0.2.2" +version = "0.2.3" description = 'A Python front-end for the MBROLA speech synthesizer' readme = "README.md" requires-python = ">=3.12"