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 e42c4e9 commit dd81860Copy full SHA for dd81860
.github/workflows/build_wheels_linux.yml
@@ -186,8 +186,8 @@ jobs:
186
steps:
187
- uses: actions/download-artifact@v4
188
with:
189
- name: wheels
190
path: wheelhouse/
+
191
- name: Upload wheels for opencv_python_rolling
192
run: |
193
python -m pip install twine
@@ -216,8 +216,8 @@ jobs:
216
217
218
219
220
221
- name: Upload all wheels
222
223
@@ -234,7 +234,6 @@ jobs:
234
235
236
237
238
239
- name: Upload wheels for opencv_python
240
0 commit comments