We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd96851 + 5d86d14 commit 112a469Copy full SHA for 112a469
2 files changed
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
uv run ruff check
28
- name: Installing MBROLA
29
run: |
30
- sudo /bin/bash src/install.sh
+ sudo /bin/bash bin/install.sh
31
- name: Testing with Pytest
32
33
uv run pytest --cov=src --cov-report=term-missing
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mbrola"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = 'A Python front-end for the MBROLA speech synthesizer'
5
readme = "README.md"
6
requires-python = ">=3.12"
0 commit comments