build wheel

This commit is contained in:
scito
2023-01-02 22:16:31 +01:00
parent 064fe81b2e
commit 6cfbc10e69
2 changed files with 7 additions and 0 deletions

View File

@@ -315,6 +315,12 @@ cmd="extract_otp_secrets - < example_export.txt"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"
# Build wheel
cmd="$PIP wheel .
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"
# Generate results files
if $generate_result_files; then