Skip to content

Commit

Permalink
Fix abi3audit github action step
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 1, 2024
1 parent b485de7 commit e7c9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: abi3audit
run: |
pip install abi3audit &&
abi3audit $(ls ./dist/*.whl) --debug --verbose
abi3audit $(ls ./wheelhouse/*.whl) --debug --verbose
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e7c9b75

Please sign in to comment.