From 1b9e9bbd9c69af3dbed8d1df659de8f346a8046a Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Wed, 17 Jun 2026 13:01:23 -0500 Subject: [PATCH] fix: clarify PyPI availability timing in docs - README: note source install is useful when PyPI version lags - Installation guide: explain PyPI follows GitHub releases and may lag briefly; source installs are always immediately available Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dd6e8011..bf0a56bef 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Requires **[uv](https://docs.astral.sh/uv/)** ([install uv](https://github.com/g uv tool install specify-cli ``` -Or install from source using a specific [release](https://github.com/github/spec-kit/releases) tag: +Or install from source using a specific [release](https://github.com/github/spec-kit/releases) tag (useful if the PyPI version is not yet available for a new release): ```bash uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@vX.Y.Z diff --git a/docs/installation.md b/docs/installation.md index 954a4e206..260139f0f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,7 +11,7 @@ ## Installation > [!NOTE] -> The official `specify-cli` package is published to [PyPI](https://pypi.org/project/specify-cli/) by the [github/spec-kit](https://github.com/github/spec-kit) maintainers. Source installs from the GitHub repository are also supported. +> The official `specify-cli` package is published to [PyPI](https://pypi.org/project/specify-cli/) by the [github/spec-kit](https://github.com/github/spec-kit) maintainers. PyPI publishing follows each GitHub release and may lag briefly. Source installs from the GitHub repository are always available immediately. ### Persistent Installation (Recommended)