diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 6fd84f3b4..c6dc04131 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -17,6 +17,9 @@ jobs: version: "0.5.14" python-version: "3.9" + - name: Check if lockfile is up to date + run: uv lock --check + - name: Build package run: uv build diff --git a/.github/workflows/python-compatibility.yml b/.github/workflows/python-compatibility.yml index 1c2fa7826..374fa8626 100644 --- a/.github/workflows/python-compatibility.yml +++ b/.github/workflows/python-compatibility.yml @@ -23,6 +23,9 @@ jobs: version: "0.5.14" python-version: ${{ matrix.python-version }} + - name: Check if lockfile is up to date + run: uv lock --check + - name: Install the project run: uv sync --all-extras diff --git a/uv.lock b/uv.lock index 2be00836e..01d50fd0f 100644 --- a/uv.lock +++ b/uv.lock @@ -2787,7 +2787,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.3.3" +version = "3.3.4" source = { editable = "." } dependencies = [ { name = "ctranslate2" },