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
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading