Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 4, 2022
1 parent a972f12 commit 304b282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
run: |
chmod +x ./jarowinkler/src/generate.sh
./jarowinkler/src/generate.sh
chmod +x ./src/jarowinkler/generate.sh
./src/jarowinkler/generate.sh
- name: Build sdist
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/jarowinkler/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ generate_cython()
echo "Generated $curdir/$1.cxx"
}

generate_cython _initialize
generate_cython _initialize_cpp

0 comments on commit 304b282

Please sign in to comment.