Skip to content

Commit

Permalink
Merge pull request #16 from Distributive-Network/feature/post-install
Browse files Browse the repository at this point in the history
release(pyproject): bump version, add docs for publishing
  • Loading branch information
wiwichips authored Aug 6, 2024
2 parents 0b8299f + e567c48 commit 9b445e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<new-version-here>.tar.gz`

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcp"
version = "2.0.0"
version = "2.0.1"
description = "A DCP SDK"
authors = [
"Distributive <[email protected]>",
Expand Down

0 comments on commit 9b445e6

Please sign in to comment.