From 5d86d14492b22e28af330b77bebf065ad157910a Mon Sep 17 00:00:00 2001 From: gongcastro Date: Mon, 23 Mar 2026 15:01:26 +0100 Subject: [PATCH] Bump to v0.2.3 and add publish actions --- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"