Skip to content

Commit 112a469

Browse files
authored
Merge pull request #13 from NeuroDevCo/test
Bump to v0.2.3 and add publish actions
2 parents fd96851 + 5d86d14 commit 112a469

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uv run ruff check
2828
- name: Installing MBROLA
2929
run: |
30-
sudo /bin/bash src/install.sh
30+
sudo /bin/bash bin/install.sh
3131
- name: Testing with Pytest
3232
run: |
3333
uv run pytest --cov=src --cov-report=term-missing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mbrola"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = 'A Python front-end for the MBROLA speech synthesizer'
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)