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 ",