Skip to content

v1.0.8.1: Astral uv Build Scripts & Packaging Updates

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:27
· 8 commits to master since this release

Astral uv build and development scripts, dependency lockfile, and documentation updates.

Added

  • Astral uv Build & Run Scripts: adds scripts/builduv.sh and scripts/runuv.sh for fast virtual environment bootstrapping, automated dependency synchronization, and PyInstaller binary compilation using Astral uv.
  • Dependency Lockfile (uv.lock): introduces uv.lock for deterministic, reproducible dependency resolution across environments while preserving the existing pip/venv workflow.

Documentation

  • Updated Setup & Run Guides: expands README.md with uv-based workflow instructions for local execution, development, testing, and executable builds alongside standard pip commands.

What's Changed

  • Add UV support in build scripts by @Foxils in #6

Full Changelog: v1.0.8...v1.0.8.1