Skip to content

Commit 0ba96e5

Browse files
committed
remove hook
1 parent 50031f6 commit 0ba96e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/branchbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
6262
cd rapidfuzz-cpp
63-
git checkout v3.1.1
63+
git checkout v3.2.0
6464
mkdir build && cd build
6565
cmake .. -DCMAKE_BUILD_TYPE=Release
6666
cmake --build .
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
106106
cd rapidfuzz-cpp
107-
git checkout v3.1.1
107+
git checkout v3.2.0
108108
mkdir build && cd build
109109
cmake .. -DCMAKE_BUILD_TYPE=Release
110110
cmake --build .

src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
def filterUnneededImports(name):
8+
return False
89
if "__pyinstaller" in name:
910
return False
1011

0 commit comments

Comments
 (0)