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 50031f6 commit 0ba96e5Copy full SHA for 0ba96e5
.github/workflows/branchbuild.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
62
cd rapidfuzz-cpp
63
- git checkout v3.1.1
+ git checkout v3.2.0
64
mkdir build && cd build
65
cmake .. -DCMAKE_BUILD_TYPE=Release
66
cmake --build .
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py
@@ -5,6 +5,7 @@
5
6
7
def filterUnneededImports(name):
8
+ return False
9
if "__pyinstaller" in name:
10
return False
11
0 commit comments