Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ venv.bak/
*.code-workspace
.vscode

# Zed
.zed/

# mkdocs documentation
/site

Expand Down
2 changes: 1 addition & 1 deletion HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The document describes how to release `gpsea` to *PyPi*.
- remove deprecated methods targeted for removal in this version. The `TODO` markers are labeled using
the target version (e.g. `TODO[v0.3.0]`)
- bump versions to a release:
- `src/gpsea/__init__.py`
- `pyproject.toml`
- ensure the CI passes
- deploy to PyPi (described below)
- merge to `main`
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test = [
"phenopacket-store-toolkit>=0.1.2",
"pytest>=7.0.0,<8.0.0",
"ruff==0.12.1",
"basedpyright==v1.39.10",
]
docs = [
"sphinx>=7.0.0",
Expand Down
Loading