We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd81860 commit 44fd08bCopy full SHA for 44fd08b
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -187,7 +187,11 @@ jobs:
187
- uses: actions/download-artifact@v4
188
with:
189
path: wheelhouse/
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-*
195
- name: Upload wheels for opencv_python_rolling
196
run: |
197
python -m pip install twine
0 commit comments