Skip to content

Commit e7c9b75

Browse files
committed
Fix abi3audit github action step
1 parent b485de7 commit e7c9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: abi3audit
114114
run: |
115115
pip install abi3audit &&
116-
abi3audit $(ls ./dist/*.whl) --debug --verbose
116+
abi3audit $(ls ./wheelhouse/*.whl) --debug --verbose
117117
118118
- uses: actions/upload-artifact@v3
119119
with:

0 commit comments

Comments
 (0)