Skip to content

Commit 156e4de

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 7c1979f commit 156e4de

2 files changed

Lines changed: 49 additions & 57 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ vcspull = "vcspull:cli.cli"
7070
[dependency-groups]
7171
dev = [
7272
# Docs
73-
"gp-sphinx==0.0.1a18.dev0",
74-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
75-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
73+
"gp-sphinx==0.0.1a18",
74+
"sphinx-autodoc-argparse==0.0.1a18",
75+
"sphinx-autodoc-api-style==0.0.1a18",
7676
"gp-libs",
7777
"sphinx-autobuild",
7878
# Testing
@@ -99,9 +99,9 @@ dev = [
9999
]
100100

101101
docs = [
102-
"gp-sphinx==0.0.1a18.dev0",
103-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
104-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
102+
"gp-sphinx==0.0.1a18",
103+
"sphinx-autodoc-argparse==0.0.1a18",
104+
"sphinx-autodoc-api-style==0.0.1a18",
105105
"gp-libs",
106106
"sphinx-autobuild",
107107
]
@@ -135,13 +135,6 @@ typings = [
135135
requires = ["hatchling"]
136136
build-backend = "hatchling.build"
137137

138-
[tool.uv]
139-
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
140-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
141-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
142-
# without this allow.
143-
prerelease = "allow"
144-
145138
[tool.uv.exclude-newer-package]
146139
# vcspull's release cadence is tightly coupled to libvcs -- a libvcs
147140
# release blocking on a 3-day cooldown blocks every contributor's

0 commit comments

Comments
 (0)