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: |