diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7b643b4a..254b66618 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -122,7 +122,6 @@ jobs: run: | uv --no-progress run --frozen -- twine check ./dist/* uv --no-progress run --frozen -- check-wheel-contents ./dist/*.whl - uv --no-progress lock --locked compile-binaries: name: "Nuitka: generate binaries" diff --git a/changelog.md b/changelog.md index 75a94b820..a9a472652 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,6 @@ > This version is not released yet and is under active development. - Add a `timeout` parameter to release workflow test execution. -- Valides `uv.lock` file on package build. ## [4.8.1 (2024-11-19)](https://github.com/kdeldycke/workflows/compare/v4.8.0...v4.8.1)