Skip to main content

Lazy monorepo wheel builder — only rebuilds what changed.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

uv-release-monorepo

The missing CI release orchestrator for uv workspaces. Rebuilds only what changed, creates one GitHub release per package, handles version bumping.

Quick Start

uv tool install uv-release-monorepo
uvr init        # generate .github/workflows/release.yml
uvr release     # detect changes, show plan, dispatch to CI

Releasing

# Preview what would be released
uvr status

# Release to CI (default)
uvr release

# Release locally (pure-python packages only)
uvr release --where local

Release types

uvr release              # final: 1.0.1.dev0 → 1.0.1
uvr release --dev        # dev:   publish 1.0.1.dev0 as-is
uvr release --pre a      # alpha: 1.0.1.dev0 → 1.0.1a0
uvr release --pre rc     # rc:    1.0.1.dev0 → 1.0.1rc0
uvr release --post       # post:  1.0.1 → 1.0.1.post0

Skipping and reusing

uvr release --skip build                      # skip the build job
uvr release --skip-to publish                 # skip everything before publish
uvr release --skip build --reuse-run 12345    # reuse artifacts from run 12345

Managing runners

uvr runners                        # show all package runners
uvr runners my-pkg --add macos-14  # add a build runner
uvr runners my-pkg --clear         # reset to default (ubuntu-latest)

Installing from releases

uvr install myorg/myrepo/my-pkg           # latest release
uvr install myorg/myrepo/my-pkg@1.2.3     # specific version

How it works

uvr release scans your workspace, diffs each package against its last baseline tag, walks the dependency graph, and builds a plan containing every shell command needed for the release. It dispatches this plan to GitHub Actions, which runs seven jobs:

pre-build → build → post-build → pre-release → publish → finalize → post-release

Hook jobs (pre-build, post-build, pre-release, post-release) are no-ops by default — edit release.yml directly to add tests, linting, PyPI publish, or notifications.

Documentation

  • User Guide — setup, releasing, hooks, PyPI, skip/reuse, package filtering
  • Under the Hood — change detection, dependency pinning, build matrix, workflow model

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uv_release_monorepo-0.13.2-py3-none-any.whl (41.6 kB view details)

Uploaded Python 3

File details

Details for the file uv_release_monorepo-0.13.2-py3-none-any.whl.

File metadata

File hashes

Hashes for uv_release_monorepo-0.13.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0d8cd4f351ee30cbe6fedcddca57ab5919464787747fd6af70a175cce9b69d12
MD5 2601a4f534a9c11c65ac605f3f90adbc
BLAKE2b-256 9a1842b7433ba7ea2d9f87c215967bb78f0c68a09d3a4bfacecbdd2c955e7edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_release_monorepo-0.13.2-py3-none-any.whl:

Publisher: release.yml on tylerpayne/uv-release-monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page