Skip to content

Commit d30022d

Browse files
mnriemCopilot
andcommitted
fix: align docs and release notes with pre-transfer state
- docs/installation.md: qualify PyPI as available 'once official publishing is enabled' (ownership transfer still pending) - release.yml: use specify-cli@VERSION syntax (consistent with README/docs @latest form) - PR description updated to match Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 831d079 commit d30022d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
Or from [PyPI](https://pypi.org/project/specify-cli/) (once published for this release):
7474
7575
\`\`\`bash
76-
uv tool install 'specify-cli==${VERSION_NO_V}'
76+
uv tool install specify-cli@${VERSION_NO_V}
7777
\`\`\`
7878
7979
NOTES_EOF

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Installation
1212

1313
> [!NOTE]
14-
> The `specify-cli` package is also available on [PyPI](https://pypi.org/project/specify-cli/). PyPI publishing is performed after each GitHub release and may lag briefly. Source installs from the GitHub repository are always available immediately.
14+
> The `specify-cli` package will also be available on [PyPI](https://pypi.org/project/specify-cli/) once official publishing is enabled. Source installs from the GitHub repository are always available immediately.
1515
1616
### Persistent Installation (Recommended)
1717

@@ -24,7 +24,7 @@ Install once and use everywhere. Replace `vX.Y.Z` with a tag from [Releases](htt
2424
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@vX.Y.Z
2525
```
2626

27-
Or install from PyPI:
27+
Or, once official PyPI publishing is enabled, install from PyPI:
2828

2929
```bash
3030
uv tool install specify-cli@latest

0 commit comments

Comments
 (0)