Verify uv build
Version updated for https://github.com/durandtibo/verify-uv-build-action to version v0.0.7.
- This action is used across all versions by 8 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The verify-uv-build-action is a GitHub Action designed to automate the building and comprehensive verification of Python packages. It validates package quality by testing build artifacts (wheel and sdist), checking metadata, verifying dependencies, performing type checking, and ensuring installability and importability. This action simplifies and streamlines the process of ensuring Python package integrity and compliance before release.
Release notes
What’s Changed
- Update docs and workflows by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/48
- Make some steps optional by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/49
- Update script to check type and add tests by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/50
- Add tests for metadata check script by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/51
- Add tests for dependency tree check script by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/52
- Clean action by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/53
- Update README.md by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/54
- Clean README.md by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/55
Full Changelog: https://github.com/durandtibo/verify-uv-build-action/compare/v0.0.6...v0.0.7