Verify uv build
Version updated for https://github.com/durandtibo/verify-uv-build-action to version v0.0.6.
- 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 GitHub Action automates the process of building Python packages using the uv package manager and verifying their quality, metadata, and installability. It solves the problem of ensuring that Python packages meet high standards by performing tasks like build validation, type checking, metadata validation, dependency verification, and import testing. This action streamlines package quality assurance and supports both wheel and source distributions with flexible configuration options.
Release notes
What’s Changed
- Update version in docs and workflows by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/38
- Add script to verify wheel extras by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/39
- Add workflow to run shell tests by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/40
- Update action by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/41
- Update workflows by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/42
- Update script to verify extra in wheel by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/43
- Update action by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/44
- Add script to verify sdist extras by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/45
- Update action by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/46
- Improve workflows by @durandtibo in https://github.com/durandtibo/verify-uv-build-action/pull/47
Full Changelog: https://github.com/durandtibo/verify-uv-build-action/compare/v0.0.5...v0.0.6