From e852de3dfc6388ed917a4b31cccdce8d4b1bd33a Mon Sep 17 00:00:00 2001 From: Will Pringle Date: Tue, 6 Aug 2024 11:09:53 -0400 Subject: [PATCH] release(pyproject): bump version, add docs for publishing --- README.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eba10b..e543785 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ Verify your installation is correct by running the test suite: Run tests with: - `$ poetry run pytest` +## Publishing + +We need to upload the tar since we need to run NPM i after installation - this is not possible with the wheel distribution option. +- `$ poetry build -f sdist` +- `$ twine upload dist/dcp-.tar.gz` + diff --git a/pyproject.toml b/pyproject.toml index 62b8d4f..a6e278c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcp" -version = "2.0.0" +version = "2.0.1" description = "A DCP SDK" authors = [ "Distributive ",