From bef7add6c0a8ce9bf368fadb68047bffa9257601 Mon Sep 17 00:00:00 2001 From: "matthew.gill" Date: Mon, 8 May 2023 14:43:27 -0700 Subject: [PATCH] release process did not have jake installed --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c2fcc3e..4dcf3a8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,6 +36,7 @@ jobs: run: | poetry config pypi-token.pypi $PYPI_TOKEN poetry publish --build + poetry install --no-interaction --no-root poetry run jake ddt --output-format json -o bom.json --whitelist whitelist.json - name: build docs run: |