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 a972f12 commit 304b282Copy full SHA for 304b282
.github/workflows/releasebuild.yml
@@ -182,8 +182,8 @@ jobs:
182
# The cythonized files allow installation from the sdist without cython
183
- name: Generate cython
184
run: |
185
- chmod +x ./jarowinkler/src/generate.sh
186
- ./jarowinkler/src/generate.sh
+ chmod +x ./src/jarowinkler/generate.sh
+ ./src/jarowinkler/generate.sh
187
188
- name: Build sdist
189
src/jarowinkler/generate.sh
@@ -7,4 +7,4 @@ generate_cython()
7
echo "Generated $curdir/$1.cxx"
8
}
9
10
-generate_cython _initialize
+generate_cython _initialize_cpp
0 commit comments