We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779ed83 commit be59008Copy full SHA for be59008
.github/workflows/publish_release.yaml
@@ -40,6 +40,10 @@ jobs:
40
run: |
41
twine upload dist/*
42
43
+ - name: Install Runtime Dependencies
44
+ run: |
45
+ pip install -r requirements.txt
46
+
47
- name: Build Standalone Executable with Nuitka
48
49
nuitka vulnebify/cli.py --onefile --standalone --output-dir=build --output-filename=vulnebify --follow-imports
0 commit comments