Skip to content

Commit be59008

Browse files
Install dependencies before buidling self-executable
1 parent 779ed83 commit be59008

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
run: |
4141
twine upload dist/*
4242
43+
- name: Install Runtime Dependencies
44+
run: |
45+
pip install -r requirements.txt
46+
4347
- name: Build Standalone Executable with Nuitka
4448
run: |
4549
nuitka vulnebify/cli.py --onefile --standalone --output-dir=build --output-filename=vulnebify --follow-imports

0 commit comments

Comments
 (0)