diff --git a/README.md b/README.md index 574cfb4..095162a 100644 --- a/README.md +++ b/README.md @@ -54,19 +54,6 @@ python -m pip install sphinx sphinx-rtd-theme sphinx-build -b html docs docs/_build/html ``` -## Release Automation - -Pushing a new version tag triggers the release workflow. The tag must match the -package version in `pyproject.toml` as either `0.1.0` or `v0.1.0`. - -The release workflow reruns tests, linting, type checks, docs builds, and -package builds before it publishes the distributions to PyPI and attaches the -same artifacts to a GitHub release. - -PyPI publishing uses GitHub Actions trusted publishing. Configure a trusted -publisher on PyPI for this repository and the `release` workflow, with the -`pypi` environment enabled in GitHub. - ## Examples ```bash diff --git a/pyproject.toml b/pyproject.toml index f657906..5e5e3b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "carp-analytics-python" -version = "0.1.0" +version = "0.2.0" description = "A high-performance Python library for processing and analysing data from CARP (Copenhagen Research Platform) clinical studies" readme = "README.md" license = "MIT"