Skip to content

Commit

Permalink
Revert "Always validate uv.lock file after package build"
Browse files Browse the repository at this point in the history
This reverts commit 4ddaae3.
  • Loading branch information
kdeldycke committed Nov 20, 2024
1 parent ce59569 commit 2ea31b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2ea31b6

Please sign in to comment.