Skip to content

Commit 44fd08b

Browse files
authored
Update build_wheels_linux.yml
1 parent dd81860 commit 44fd08b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,11 @@ jobs:
187187
- uses: actions/download-artifact@v4
188188
with:
189189
path: wheelhouse/
190-
190+
191+
- name: Check wheels for opencv_python_rolling
192+
run: |
193+
python -m pip install twine
194+
python -m twine check wheelhouse/opencv_python_rolling-*
191195
- name: Upload wheels for opencv_python_rolling
192196
run: |
193197
python -m pip install twine

0 commit comments

Comments
 (0)