Skip to content

Commit

Permalink
release process did not have jake installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vetsin committed May 8, 2023
1 parent fc3e8d0 commit bef7add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bef7add

Please sign in to comment.