Skip to content

Commit

Permalink
Update releasebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 21, 2022
1 parent dae558b commit d30babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git apply ./tools/sdist.patch
pip install build; python -m build --sdist
# test whether tarball contains all files required for compiling
pip install dist/jarowinkler-*.tar.gz
pip install dist/jarowinkler-*.tar.gz -vvv
- name: Test type stubs
run: |
Expand Down

0 comments on commit d30babb

Please sign in to comment.