Skip to content

Commit c2a7ff7

Browse files
authored
Update build_wheels_linux.yml
1 parent 5f5e230 commit c2a7ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: Check wheels for opencv_python_rolling
192192
run: |
193193
python -m pip install twine
194-
python -m twine check wheelhouse/opencv_python_rolling-*
194+
python -m twine check wheelhouse/wheel*/opencv_python_rolling-*
195195
196196
Pre-release:
197197
if: github.event_name == 'release' && github.event.release.prerelease

0 commit comments

Comments
 (0)