Skip to content

Commit b8ce071

Browse files
committed
release(deps[gp-sphinx]) bump 0.0.1a18.dev0 → 0.0.1a18
why: gp-sphinx 0.0.1a18 is now live on PyPI with the curated autodoc rendering work from PR git-pull/gp-sphinx#36 (merged to main). The dev0 scaffolding can come out. what: - bump every gp-sphinx workspace pin from 0.0.1a18.dev0 to 0.0.1a18 - remove [tool.uv].prerelease = "allow" — no longer needed now that the dev marker is gone
1 parent 2bfdf04 commit b8ce071

2 files changed

Lines changed: 142 additions & 111 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Repository = "https://github.com/cihai/cihai-cli"
6666
[dependency-groups]
6767
dev = [
6868
# Docs
69-
"gp-sphinx==0.0.1a18.dev0",
70-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
71-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
69+
"gp-sphinx==0.0.1a18",
70+
"sphinx-autodoc-argparse==0.0.1a18",
71+
"sphinx-autodoc-api-style==0.0.1a18",
7272
"gp-libs",
7373
"sphinx-autobuild",
7474
# Testing
@@ -93,9 +93,9 @@ dev = [
9393
]
9494

9595
docs = [
96-
"gp-sphinx==0.0.1a18.dev0",
97-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
98-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
96+
"gp-sphinx==0.0.1a18",
97+
"sphinx-autodoc-argparse==0.0.1a18",
98+
"sphinx-autodoc-api-style==0.0.1a18",
9999
"gp-libs",
100100
"sphinx-autobuild",
101101
]
@@ -123,13 +123,6 @@ cihai = "cihai_cli.cli:cli"
123123
requires = ["hatchling"]
124124
build-backend = "hatchling.build"
125125

126-
[tool.uv]
127-
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
128-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
129-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
130-
# without this allow.
131-
prerelease = "allow"
132-
133126
[tool.uv.exclude-newer-package]
134127
# git-pull packages release in lockstep with their workspaces, so a
135128
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)