Skip to content

Commit 17519b0

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 89d933b commit 17519b0

2 files changed

Lines changed: 135 additions & 104 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ pytz = [
5454
[dependency-groups]
5555
dev = [
5656
# Docs
57-
"gp-sphinx==0.0.1a18.dev0",
58-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
57+
"gp-sphinx==0.0.1a18",
58+
"sphinx-autodoc-api-style==0.0.1a18",
5959
"gp-libs",
6060
"sphinx-autobuild",
6161
"sphinx-click",
@@ -82,8 +82,8 @@ dev = [
8282
]
8383

8484
docs = [
85-
"gp-sphinx==0.0.1a18.dev0",
86-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
85+
"gp-sphinx==0.0.1a18",
86+
"sphinx-autodoc-api-style==0.0.1a18",
8787
"gp-libs",
8888
"sphinx-autobuild",
8989
"sphinx-click",
@@ -116,13 +116,6 @@ lint = [
116116
requires = ["hatchling"]
117117
build-backend = "hatchling.build"
118118

119-
[tool.uv]
120-
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
121-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
122-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
123-
# without this allow.
124-
prerelease = "allow"
125-
126119
[tool.uv.exclude-newer-package]
127120
# git-pull packages release in lockstep with their workspaces, so a
128121
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)