<!-- Release notes generated using configuration in .github/release.yml at main -->
This release moves the uv installer builds over to using `uv build --sdist` directly, which should provide a small performance boost when using uv (which is the default if it is installed).
What's Changed
* feat: use uv build directly by henryiii in https://github.com/henryiii/check-sdist/pull/60
* tests: fix coverage issues by henryiii in https://github.com/henryiii/check-sdist/pull/61
* ci: try to get codecov working by henryiii in https://github.com/henryiii/check-sdist/pull/62
* ci: add automerge by henryiii in https://github.com/henryiii/check-sdist/pull/63
* docs: more info for pre-commit and uv by henryiii in https://github.com/henryiii/check-sdist/pull/59
* docs: mention uvx by henryiii in https://github.com/henryiii/check-sdist/pull/65
* chore: prepare for 1.1.0 by henryiii in https://github.com/henryiii/check-sdist/pull/64
**Full Changelog**: https://github.com/henryiii/check-sdist/compare/v1.0.0...v1.1.0