We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a7ff7 commit 646cdadCopy full SHA for 646cdad
.github/workflows/build_wheels_linux.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: Check wheels for opencv_python_rolling
192
run: |
193
python -m pip install twine
194
- python -m twine check wheelhouse/wheel*/opencv_python_rolling-*
+ python -m twine check wheelhouse/wheel-*/*.whl
195
196
Pre-release:
197
if: github.event_name == 'release' && github.event.release.prerelease
0 commit comments