We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2202877 commit 3393b0aCopy full SHA for 3393b0a
1 file changed
.github/workflows/build-opencv-wheel.yml
@@ -90,5 +90,6 @@ jobs:
90
gh release create "$TAG" \
91
opencv-python/opencv_python_headless*.whl \
92
--repo "$REPO" \
93
+ --latest=false \
94
--title "opencv-python-headless $VERSION" \
95
--notes "OpenCV Python headless wheel version $VERSION optimized for ARM64 architecture with GStreamer and FFmpeg support."
0 commit comments