We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3e8d0 commit bef7addCopy full SHA for bef7add
1 file changed
.github/workflows/publish.yaml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
poetry config pypi-token.pypi $PYPI_TOKEN
38
poetry publish --build
39
+ poetry install --no-interaction --no-root
40
poetry run jake ddt --output-format json -o bom.json --whitelist whitelist.json
41
- name: build docs
42
0 commit comments