diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4abd79..62f6976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Check products run: pipx run twine check dist/* - - uses: pypa/gh-action-pypi-publish@v1.4.2 + - uses: pypa/gh-action-pypi-publish@v1.5.0 if: github.event_name == 'release' && github.event.action == 'published' with: user: __token__ diff --git a/README.md b/README.md index ed1d5e8..4fc14b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## functionality roadmap: Completed: - basic DAG creation and manipulation via `Node` class -- `BayesNet` class that wraps DAG logic +- `BayesNet` class that wraps DAG logic - stringent runtime type-checking via `pydantic` - graph vizualisation capability - on-the-fly construction of junction tree