Skip to content

Commit 0323d3b

Browse files
chore: clean changelog; use deps group (#200)
* chore: clean changelog; use deps group
1 parent 103ac5f commit 0323d3b

File tree

3 files changed

+5
-86
lines changed

3 files changed

+5
-86
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040

4141
- name: Install the project
42-
run: uv sync --extra docs
42+
run: uv sync
4343

4444
- name: Build docs
4545
run: uv run mkdocs build

CHANGELOG.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ classifiers = [
1919
requires-python = ">= 3.12"
2020
dependencies = []
2121

22-
[project.optional-dependencies]
22+
[tool.uv]
23+
default-groups = ["dev", "docs"]
24+
25+
[dependency-groups]
2326
dev = [
2427
"pre-commit",
2528
"ipython",

0 commit comments

Comments
 (0)