Skip to content

Commit ffc224e

Browse files
authored
Merge pull request #17 from NHSDigital/mm-mesh-1478-publish-wheel-to-release
mesh-1478: correct installation instructions
2 parents 2316cef + ef65310 commit ffc224e

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.5.1
1+
poetry 1.3.2
22
python 3.8.12 3.9.12 3.10.12

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ some useful boto3 utilities
88
contributors see [contributing](CONTRIBUTING.md)
99

1010
### installing
11-
install using git + https
11+
install the fully portable whl in releases
1212
see [releases](https://github.com/NHSDigital/nhs-aws-helpers/releases) for the latest release
1313
```shell
14-
pip install git+https://github.com/NHSDigital/nhs-aws-helpers.git#refs/tags/v0.0.10
14+
pip install https://github.com/NHSDigital/nhs-aws-helpers/releases/download/v0.0.12/nhs_aws_helpers-0.0.12-py3-none-any.whl
1515
```

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nhs_aws_helpers"
3-
version = "0.0.0"
3+
version = "0.0.2"
44
description = ""
55
authors = ["spinecore"]
66
license = "MIT"
@@ -12,7 +12,7 @@ readme = "README.md"
1212

1313
[tool.poetry.dependencies]
1414
# core dependencies
15-
python = ">=3.8.1"
15+
python = ">=3.8.1,<4.0"
1616

1717

1818
boto3 = "^1.26.159"

0 commit comments

Comments
 (0)