Skip to content

Commit de8b2af

Browse files
committed
Bump to 0.2.0
1 parent e10c6d4 commit de8b2af

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,6 @@ python -m pip install sphinx sphinx-rtd-theme
5454
sphinx-build -b html docs docs/_build/html
5555
```
5656

57-
## Release Automation
58-
59-
Pushing a new version tag triggers the release workflow. The tag must match the
60-
package version in `pyproject.toml` as either `0.1.0` or `v0.1.0`.
61-
62-
The release workflow reruns tests, linting, type checks, docs builds, and
63-
package builds before it publishes the distributions to PyPI and attaches the
64-
same artifacts to a GitHub release.
65-
66-
PyPI publishing uses GitHub Actions trusted publishing. Configure a trusted
67-
publisher on PyPI for this repository and the `release` workflow, with the
68-
`pypi` environment enabled in GitHub.
69-
7057
## Examples
7158

7259
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "carp-analytics-python"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A high-performance Python library for processing and analysing data from CARP (Copenhagen Research Platform) clinical studies"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)