Skip to main content

Detect how uv was installed and get upgrade instructions

Project description

uvhow

Detect how uv was installed and get upgrade instructions.

Works on Windows, macOS, and Linux with support for all major installation methods.

Usage

Run with uvx (recommended):

uvx uvhow

Or install and run:

uv add uvhow
uvhow

Example Output

🔍 uv installation detected

✅ Found uv: uv 0.8.0 (0b2357294 2025-07-17)
📍 Location: /Users/user/.local/bin/uv

🎯 Installation method: Standalone installer
💡 To upgrade: uv self update

Supported Installation Methods

Unix/Linux/macOS

  • Standalone installer (~/.local/bin/uv) -> uv self update
  • Cargo (~/.cargo/bin/uv) -> cargo install --git https://github.com/astral-sh/uv uv --force
  • Homebrew (/opt/homebrew/bin/uv) -> brew upgrade uv
  • pipx (~/.local/share/pipx/venvs/uv/bin/uv) -> pipx upgrade uv
  • pip (virtual environment) -> pip install --upgrade uv
  • pip (system) -> sudo pip install --upgrade uv
  • pip (user) -> pip install --upgrade --user uv

Windows

  • Standalone installer (%USERPROFILE%\AppData\Local\Programs\uv\uv.exe) -> uv self update
  • Cargo (%USERPROFILE%\.cargo\bin\uv.exe) -> cargo install --git https://github.com/astral-sh/uv uv --force
  • Scoop (%USERPROFILE%\scoop\apps\uv\current\uv.exe) -> scoop update uv
  • Chocolatey (C:\ProgramData\chocolatey\bin\uv.exe) -> choco upgrade uv
  • pipx (%USERPROFILE%\pipx\venvs\uv\Scripts\uv.exe) -> pipx upgrade uv
  • pip (virtual environment) -> pip install --upgrade uv
  • pip (system) -> pip install --upgrade uv
  • pip (user) -> pip install --upgrade --user uv
  • pip (Windows Store Python) -> pip install --upgrade uv

Programmatic Usage

from uvhow import detect_uv_installation

installation = detect_uv_installation()
if installation:
    print(f"Method: {installation.method}")
    print(f"Upgrade: {installation.upgrade_command}")

Development

Setup

Install pre-commit hooks for code quality:

pip install pre-commit
pre-commit install

This will automatically:

  • Remove trailing whitespace
  • Fix end-of-file issues
  • Format Python code with Black
  • Sort imports with isort
  • Validate YAML/TOML syntax
  • Check for merge conflicts

Releasing New Versions

Use the included version bump script to release new versions:

# Preview what will happen
python bump_version.py patch --dry-run

# Bump patch version (0.1.2 -> 0.1.3) and deploy
python bump_version.py patch

# Bump minor version (0.1.2 -> 0.2.0) and deploy
python bump_version.py minor

# Bump major version (0.1.2 -> 1.0.0) and deploy
python bump_version.py major

The script will:

  1. Update the version in pyproject.toml
  2. Commit the version change
  3. Create a git tag (e.g., v0.1.3)
  4. Push the tag to trigger GitHub Actions deployment to PyPI

Requirements:

  • Clean git working directory (no uncommitted changes)
  • Push access to the repository

Project details


Download files

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

Source Distribution

uvhow-0.4.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

uvhow-0.4.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file uvhow-0.4.0.tar.gz.

File metadata

  • Download URL: uvhow-0.4.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for uvhow-0.4.0.tar.gz
Algorithm Hash digest
SHA256 2fdcb9d549b373fd26f0b9bca4e4650e38fa4a9832a337233cdf83afa0fce81b
MD5 53ba3e80e1a108eb23af60f8344c0022
BLAKE2b-256 a85cffbbe7f42edef0c09eb590f760f9d1c25da2d7e3255be9afa23e93baab35

See more details on using hashes here.

Provenance

The following attestation bundles were made for uvhow-0.4.0.tar.gz:

Publisher: publish.yml on python-developer-tooling-handbook/uvhow

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

File details

Details for the file uvhow-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: uvhow-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for uvhow-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 04084621d4b94921cce4cf560e850ebbd124506f9c4997bb5a3423d907950483
MD5 a0938880020ff8571bde011fedaca172
BLAKE2b-256 d71212ae0c0ac235bbbff06417838d6735677567431aab47aee9a55827e40e75

See more details on using hashes here.

Provenance

The following attestation bundles were made for uvhow-0.4.0-py3-none-any.whl:

Publisher: publish.yml on python-developer-tooling-handbook/uvhow

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