diff --git a/README.md b/README.md index 7bdaa1f..efa8b4e 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ python extract_otp_secrets.py = < example_export.png * Windows * Uses UTF-8 on all platforms * Supports Python >= 3.7 +* Provides a debug mode (-d) for analyzing import problems * Written in modern Python using type hints and following best practices * All these features are backed by tests ran nightly * All functionality in one Python script: src/extract_otp_secrets.py (except protobuf generated code in protobuf_generated_python) diff --git a/build.sh b/build.sh index 6a90aa2..5cc913c 100755 --- a/build.sh +++ b/build.sh @@ -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